IMetabasePolicy.MandatoryAccessControl

Syntax

MandatoryAccessControl: Boolean;

Description

The MandatoryAccessControl property determines a whether the mandatory access control method is used.

Comments

The property is set to False by default, and the mandatory access control is not used. If the value is True, the mandatory access control method is enabled.

It is possible to use the mandatory access control and discretionary access control at the same time.  

Use the SecurityDescriptor property to set access permissions to objects.

Example

The property use is given in the example for IMetabasePolicy.MandatoryAccess.

See also:

IMetabasePolicy