struttura TOKEN_ORIGIN (ntifs.h)

La struttura TOKEN_ORIGIN contiene informazioni sull'origine della sessione di accesso.

Sintassi

typedef struct _TOKEN_ORIGIN {
  LUID OriginatingLogonSession;
} TOKEN_ORIGIN, *PTOKEN_ORIGIN;

Members

OriginatingLogonSession

Identificatore univoco locale (LUID) per la sessione di accesso. Se il token è stato generato da un accesso usando credenziali esplicite, ad esempio il passaggio di nome, dominio e password alla funzione LogonUser in modalità utente, questo membro conterrà l'ID della sessione di accesso che l'ha creata. Se il token è stato generato dall'autenticazione di rete, ad esempio una chiamata alla modalità utente AcceptSecurityContext o una chiamata alla funzione LogonUser in modalità utente con dwLogonType impostato su LOGON32_LOGON_NETWORK o LOGON32_LOGON_NETWORK_CLEARTEXT, questo membro sarà zero.

Requisiti

Requisito Valore
Client minimo supportato Windows Server 2003
Intestazione ntifs.h (include Ntifs.h, FltKernel.h)

Vedi anche

ACL

LUID

LUID_AND_ATTRIBUTES

SECURITY_IMPERSONATION_LEVEL

SID

SeFilterToken

SeQueryInformationToken

SeTokenIsRestricted

TOKEN_INFORMATION_CLASS

ZwQueryInformationToken

ZwSetInformationToken