TOKEN_USER structure (winnt.h)

La structure TOKEN_USER identifie l’utilisateur associé à un jeton d’accès.

Syntaxe

typedef struct _TOKEN_USER {
  SID_AND_ATTRIBUTES User;
} TOKEN_USER, *PTOKEN_USER;

Membres

User

Spécifie une structure SID_AND_ATTRIBUTES représentant l’utilisateur associé au jeton d’accès. Il n’existe actuellement aucun attribut défini pour les identificateurs de sécurité utilisateur (SID).

Configuration requise

Condition requise Valeur
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

GetTokenInformation

SID_AND_ATTRIBUTES

TOKEN_CONTROL

TOKEN_DEFAULT_DACL

TOKEN_GROUPS

TOKEN_INFORMATION_CLASS

TOKEN_OWNER

TOKEN_PRIMARY_GROUP

TOKEN_PRIVILEGES

TOKEN_SOURCE

TOKEN_STATISTICS

TOKEN_TYPE