TOKEN_USER struttura (ntifs.h)

La struttura TOKEN_USER identifica l'utente associato a un token di accesso.

Sintassi

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

Members

User

Specifica una struttura SID_AND_ATTRIBUTES che rappresenta l'utente associato al token di accesso.

Commenti

A differenza delle strutture TOKEN_GROUPS, non è possibile passare TOKEN_USER strutture a SeFilterToken. Tuttavia, è possibile designare un SID utente come SID di sola negazione specificando il SID utente come uno dei SID del gruppo nella struttura TOKEN_GROUPS passato a SeFilterToken.

Requisiti

Requisito Valore
Intestazione ntifs.h (include Ntifs.h)

Vedi anche

SID

SID_AND_ATTRIBUTES

SeFilterToken

SeQueryInformationToken

TOKEN_GROUPS

TOKEN_INFORMATION_CLASS

ZwQueryInformationToken

ZwSetInformationToken