IMetabasePolicy.MandatoryAccessControl

Syntax

MandatoryAccessControl: Boolean;

MandatoryAccessControl: System.Boolean;

Description

The MandatoryAccessControl property determines a flag of using mandatory method of access distribution.

Comments

The property is set to False by default – mandatory access is not used. If the value is True, the use of mandatory method of access distribution is activated.

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

Use the SecurityDescriptor property to set access permissions to objects.

Fore and Fore.NET Examples

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

See also:

IMetabasePolicy