Share via


estructura KERB_TICKET_PROFILE (ntsecapi.h)

La estructura KERB_TICKET_PROFILE contiene información sobre un perfil de inicio de sesión interactivo.

LsaLogonUser devuelve esta estructura.

Sintaxis

typedef struct _KERB_TICKET_PROFILE {
  KERB_INTERACTIVE_PROFILE Profile;
  KERB_CRYPTO_KEY          SessionKey;
} KERB_TICKET_PROFILE, *PKERB_TICKET_PROFILE;

Miembros

Profile

KERB_INTERACTIVE_PROFILE estructura que contiene información de inicio de sesión.

SessionKey

KERB_CRYPTO_KEY estructura que contiene la clave de sesión del vale de Kerberos.

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