Freigeben über


KERB_TICKET_PROFILE-Struktur (ntsecapi.h)

Die KERB_TICKET_PROFILE-Struktur enthält Informationen zu einem interaktiven Anmeldeprofil.

Diese Struktur wird von LsaLogonUser zurückgegeben.

Syntax

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

Member

Profile

KERB_INTERACTIVE_PROFILE Struktur, die Anmeldeinformationen enthält.

SessionKey

KERB_CRYPTO_KEY Struktur, die den Sitzungsschlüssel für das Kerberos-Ticket enthält.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2003 [nur Desktop-Apps]
Kopfzeile ntsecapi.h