KERB_TICKET_UNLOCK_LOGON structure (ntsecapi.h)

The KERB_TICKET_UNLOCK_LOGON structure contains information to unlock a workstation.

It is used by LsaLogonUser.

Syntax

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 structure. All members of the structure must be the same as the structure used in the original logon except the KERB_LOGON_SUBMIT_TYPE member, which must be set to KerbTicketUnlockLogon.

LogonId

LUID structure containing the logon identifier of the current logon session. This ID was previously returned from the initial logon by LsaLogonUser.

Requirements

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