KERB_RETRIEVE_TKT_RESPONSE structure (ntsecapi.h)
The KERB_RETRIEVE_TKT_RESPONSE structure contains the response from retrieving a ticket.
It is used by LsaCallAuthenticationPackage.
Syntax
typedef struct _KERB_RETRIEVE_TKT_RESPONSE {
KERB_EXTERNAL_TICKET Ticket;
} KERB_RETRIEVE_TKT_RESPONSE, *PKERB_RETRIEVE_TKT_RESPONSE;
Members
Ticket
KERB_EXTERNAL_TICKET structure containing the requested ticket.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntsecapi.h |