struttura KERB_TICKET_UNLOCK_LOGON (ntsecapi.h)
La struttura KERB_TICKET_UNLOCK_LOGON contiene informazioni per sbloccare una workstation.
Viene usato da LsaLogonUser.
Sintassi
typedef struct _KERB_TICKET_UNLOCK_LOGON {
KERB_TICKET_LOGON Logon;
LUID LogonId;
} KERB_TICKET_UNLOCK_LOGON, *PKERB_TICKET_UNLOCK_LOGON;
Members
Logon
KERB_TICKET_LOGON struttura. Tutti i membri della struttura devono essere uguali alla struttura utilizzata nell'accesso originale, ad eccezione del membro KERB_LOGON_SUBMIT_TYPE , che deve essere impostato su KerbTicketUnlockLogon.
LogonId
Struttura LUID contenente l'identificatore di accesso della sessione di accesso corrente. Questo ID è stato restituito in precedenza dall'accesso iniziale da LsaLogonUser.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | ntsecapi.h |