Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TOKEN_TYPE enumeration

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

TokenPrimary

Indicates a primary token.

TokenImpersonation

Indicates an impersonation token.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Winnt.h (include Windows.h)

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

 

 

Show:
© 2017 Microsoft