TOKEN_CONTROL struttura (ntifs.h)

La struttura TOKEN_CONTROL contiene informazioni che identificano un token di accesso.

Sintassi

typedef struct _TOKEN_CONTROL {
  LUID         TokenId;
  LUID         AuthenticationId;
  LUID         ModifiedId;
  TOKEN_SOURCE TokenSource;
} TOKEN_CONTROL, *PTOKEN_CONTROL;

Members

TokenId

Specifica un identificatore univoco locale (LUID) che identifica questa istanza dell'oggetto token.

AuthenticationId

Specifica un LUID assegnato alla sessione che questo token rappresenta. Possono essere presenti molti token che rappresentano una singola sessione di accesso.

ModifiedId

Specifica un LUID che cambia ogni volta che viene modificato il token. Un'applicazione può usare questo valore come test del fatto che un contesto di sicurezza è stato modificato dall'ultimo utilizzo.

TokenSource

Specifica una struttura TOKEN_SOURCE che identifica l'origine che ha rilasciato il token. Queste informazioni vengono usate nella registrazione di controllo.

Requisiti

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

Vedi anche

LUID

LUID_AND_ATTRIBUTES

TOKEN_DEFAULT_DACL

TOKEN_GROUPS

TOKEN_INFORMATION_CLASS

TOKEN_OWNER

TOKEN_PRIMARY_GROUP

TOKEN_PRIVILEGES

TOKEN_SOURCE

TOKEN_STATISTICS

TOKEN_TYPE

TOKEN_USER