énumération TOKEN_TYPE (winnt.h)

L’énumération TOKEN_TYPE contient des valeurs qui différencient un jeton principal d’un jeton d’emprunt d’identité.

Syntax

typedef enum _TOKEN_TYPE {
  TokenPrimary = 1,
  TokenImpersonation
} TOKEN_TYPE;

Constantes

 
TokenPrimary
Valeur : 1
Indique un jeton principal.
TokenImpersonation
Indique un jeton d’emprunt d’identité.

Configuration requise

   
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
En-tête winnt.h (inclure Windows.h)

Voir aussi

Vue d’ensemble du contrôle d’accès

Énumérations d’autorisation

GetTokenInformation

TOKEN_CONTROL

TOKEN_DEFAULT_DACL

TOKEN_GROUPS

TOKEN_INFORMATION_CLASS

TOKEN_OWNER

TOKEN_PRIMARY_GROUP

TOKEN_PRIVILEGES

TOKEN_SOURCE

TOKEN_STATISTICS

TOKEN_USER