KERB_SMART_CARD_UNLOCK_LOGON struttura (ntsecapi.h)

La struttura KERB_SMART_CARD_UNLOCK_LOGON contiene informazioni usate per sbloccare una workstation bloccata durante una sessione di accesso a smart card.

Sintassi

typedef struct _KERB_SMART_CARD_UNLOCK_LOGON {
  KERB_SMART_CARD_LOGON Logon;
  LUID                  LogonId;
} KERB_SMART_CARD_UNLOCK_LOGON, *PKERB_SMART_CARD_UNLOCK_LOGON;

Members

Logon

Struttura KERB_SMART_CARD_LOGON che specifica la sessione di accesso alla smart card. Il membro MessageType della struttura KERB_SMART_CARD_LOGON deve essere impostato su KerbWorkstationUnlockLogon.

LogonId

Struttura LUID che contiene l'identità dell'utente che tenta di sbloccare la workstation.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione ntsecapi.h

Vedi anche

KERB_SMART_CARD_LOGON