struttura KERB_TICKET_PROFILE (ntsecapi.h)
La struttura KERB_TICKET_PROFILE contiene informazioni su un profilo di accesso interattivo.
Questa struttura viene restituita da LsaLogonUser.
Sintassi
typedef struct _KERB_TICKET_PROFILE {
KERB_INTERACTIVE_PROFILE Profile;
KERB_CRYPTO_KEY SessionKey;
} KERB_TICKET_PROFILE, *PKERB_TICKET_PROFILE;
Members
Profile
KERB_INTERACTIVE_PROFILE struttura contenente le informazioni di accesso.
SessionKey
KERB_CRYPTO_KEY struttura contenente la chiave di sessione per il ticket Kerberos.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | ntsecapi.h |