Partager via


structure TOKEN_USER (ntifs.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.

Remarques

Contrairement aux structures TOKEN_GROUPS, TOKEN_USER structures ne peuvent pas être transmises à SeFilterToken. Néanmoins, il est possible de désigner un SID d’utilisateur en tant que SID de refus uniquement en spécifiant le SID utilisateur comme l’un des SID de groupe dans la structure TOKEN_GROUPS passée à SeFilterToken.

Exigences

Exigence Valeur
d’en-tête ntifs.h (include Ntifs.h)

Voir aussi

SID

SID_AND_ATTRIBUTES

SeFilterToken

SeQueryInformationToken

TOKEN_GROUPS

TOKEN_INFORMATION_CLASS

ZwQueryInformationToken

ZwSetInformationToken