Condividi tramite


struttura TOKEN_USER (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;

Membri

User

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

Osservazioni

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

Fabbisogno

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

Vedere anche

SID

SID_AND_ATTRIBUTES

SeFilterToken

SeQueryInformationToken

TOKEN_GROUPS

TOKEN_INFORMATION_CLASS

ZwQueryInformationToken

ZwSetInformationToken