MandatoryAccessControl: Boolean;
MandatoryAccessControl: System.Boolean;
The MandatoryAccessControl property determines a flag of using mandatory method of access distribution.
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.
The property use is given in the example for IMetabasePolicy.MandatoryAccess.
See also: