KERB_TICKET_PROFILE structure (ntsecapi.h)
The KERB_TICKET_PROFILE structure contains information about an interactive logon profile.
This structure is returned by LsaLogonUser.
Syntax
typedef struct _KERB_TICKET_PROFILE {
KERB_INTERACTIVE_PROFILE Profile;
KERB_CRYPTO_KEY SessionKey;
} KERB_TICKET_PROFILE, *PKERB_TICKET_PROFILE;
Members
Profile
KERB_INTERACTIVE_PROFILE structure containing logon information.
SessionKey
KERB_CRYPTO_KEY structure containing the session key for the Kerberos ticket.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntsecapi.h |