estructura KERB_RETRIEVE_TKT_RESPONSE (ntsecapi.h)
La estructura KERB_RETRIEVE_TKT_RESPONSE contiene la respuesta de recuperar un vale.
Lo usa LsaCallAuthenticationPackage.
Sintaxis
typedef struct _KERB_RETRIEVE_TKT_RESPONSE {
KERB_EXTERNAL_TICKET Ticket;
} KERB_RETRIEVE_TKT_RESPONSE, *PKERB_RETRIEVE_TKT_RESPONSE;
Miembros
Ticket
KERB_EXTERNAL_TICKET estructura que contiene el vale solicitado.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows XP [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2003 [solo aplicaciones de escritorio] |
Encabezado | ntsecapi.h |