2.4.9 MANDATORY_INFORMATION
The MANDATORY_INFORMATION structure defines mandatory security information for a securable object.
-
typedef struct _MANDATORY_INFORMATION { ACCESS_MASK AllowedAccess; BOOLEAN WriteAllowed; BOOLEAN ReadAllowed; BOOLEAN ExecuteAllowed; TOKEN_MANDATORY_POLICY MandatoryPolicy; } MANDATORY_INFORMATION, *PMANDATORY_INFORMATION;
AllowedAccess: The AllowedAccess member specifies the access mask that is used to encode the user rights to an object.
WriteAllowed: Specifies write properties for the object.
ReadAllowed: Specifies read properties for the object.
ExecuteAllowed: Specifies execution properties for the object.
MandatoryPolicy: Specifies the integrity policy for the object.