TOKEN_TYPE enumeration
Applies to: desktop apps only
The TOKEN_TYPE enumeration contains values that differentiate between a primary token and an impersonation token.
Syntax
typedef enum tagTOKEN_TYPE {
TokenPrimary = 1,
TokenImpersonation
} TOKEN_TYPE, *PTOKEN_TYPE;
Constants
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
See also
- Access Control Overview
- Authorization Enumerations
- GetTokenInformation
- TOKEN_CONTROL
- TOKEN_DEFAULT_DACL
- TOKEN_GROUPS
- TOKEN_INFORMATION_CLASS
- TOKEN_OWNER
- TOKEN_PRIMARY_GROUP
- TOKEN_PRIVILEGES
- TOKEN_SOURCE
- TOKEN_STATISTICS
- TOKEN_USER
Send comments about this topic to Microsoft
Build date: 3/7/2012