KERB_TICKET_PROFILE structure (ntsecapi.h)
La structure KERB_TICKET_PROFILE contient des informations sur un profil d’ouverture de session interactif.
Cette structure est retournée par LsaLogonUser.
Syntaxe
typedef struct _KERB_TICKET_PROFILE {
KERB_INTERACTIVE_PROFILE Profile;
KERB_CRYPTO_KEY SessionKey;
} KERB_TICKET_PROFILE, *PKERB_TICKET_PROFILE;
Membres
Profile
KERB_INTERACTIVE_PROFILE structure contenant des informations de connexion.
SessionKey
KERB_CRYPTO_KEY structure contenant la clé de session pour le ticket Kerberos.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | ntsecapi.h |