KERB_SMART_CARD_UNLOCK_LOGON structure (ntsecapi.h)

The KERB_SMART_CARD_UNLOCK_LOGON structure contains information used to unlock a workstation that has been locked during a smart card logon session.

Syntax

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

A KERB_SMART_CARD_LOGON structure that specifies the smart card logon session. The MessageType member of the KERB_SMART_CARD_LOGON structure must be set to KerbWorkstationUnlockLogon.

LogonId

A LUID structure that contains the identity of the user attempting to unlock the workstation.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header ntsecapi.h

See also

KERB_SMART_CARD_LOGON