MANDATORY_LEVEL enumeration (winnt.h)
The MANDATORY_LEVEL enumeration lists the possible security levels.
Syntax
typedef enum _MANDATORY_LEVEL {
MandatoryLevelUntrusted = 0,
MandatoryLevelLow,
MandatoryLevelMedium,
MandatoryLevelHigh,
MandatoryLevelSystem,
MandatoryLevelSecureProcess,
MandatoryLevelCount
} MANDATORY_LEVEL, *PMANDATORY_LEVEL;
Constants
MandatoryLevelUntrusted Value: 0 The required security level is untrusted. |
MandatoryLevelLow The required security level is low. |
MandatoryLevelMedium The required security level is medium. |
MandatoryLevelHigh The required security level is high. |
MandatoryLevelSystem The required security level is system. |
MandatoryLevelSecureProcess The required security level is a secure process. |
MandatoryLevelCount The count of the mandatory level. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | winnt.h |