This topic has not yet been rated - Rate this topic

POLICY_DOMAIN_INFORMATION_CLASS enumeration

The POLICY_DOMAIN_INFORMATION_CLASS enumeration defines the type of policy domain information.

Syntax


typedef enum _POLICY_DOMAIN_INFORMATION_CLASS { 
  PolicyDomainEfsInformation             = 2,
  PolicyDomainKerberosTicketInformation
} POLICY_DOMAIN_INFORMATION_CLASS, *PPOLICY_DOMAIN_INFORMATION_CLASS;

Constants

PolicyDomainEfsInformation

The information is for Encrypting File System.

PolicyDomainKerberosTicketInformation

The information is for a Kerberos ticket.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Ntsecapi.h

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.