ISecurityDescriptor.AccessSecured

Syntax

AccessSecured: Boolean;

AccessSecured: System.Boolean;

Description

The AccessSecured property returns the attribute of usage of the discretionary access for the MDM dictionary elements.

Comments

Available values:

The value of this property corresponds to the value IRdsDictionary.Secured.

The sign of the fact whether the mandatory access control is applied the MDM dictionary elements is determined by the ISecurityDescriptor.HasAccessMandatory property.

Example

The property use is given in the example for IMetabaseObjectSecurity.GetAccessSecurity.

See also:

ISecurityDescriptor