POLICY_DOMAIN_INFORMATION_CLASS enumeration (ntsecapi.h)
The POLICY_DOMAIN_INFORMATION_CLASS enumeration defines the type of policy domain information.
Syntax
typedef enum _POLICY_DOMAIN_INFORMATION_CLASS {
PolicyDomainQualityOfServiceInformation = 1,
PolicyDomainEfsInformation = 2,
PolicyDomainKerberosTicketInformation
} POLICY_DOMAIN_INFORMATION_CLASS, *PPOLICY_DOMAIN_INFORMATION_CLASS;
Constants
PolicyDomainQualityOfServiceInformation Value: 1 |
PolicyDomainEfsInformation Value: 2 The information is for Encrypting File System. |
PolicyDomainKerberosTicketInformation The information is for a Kerberos ticket. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntsecapi.h |