TOKEN_USER struttura (winnt.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. Attualmente non sono stati definiti attributi per gli identificatori di sicurezza utente (SID).

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione winnt.h (includere Windows.h)

Vedi anche

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