Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The KERB_PROFILE_BUFFER_TYPE enumeration lists the type of logon profile returned.
Syntax
typedef enum _KERB_PROFILE_BUFFER_TYPE {
KerbInteractiveProfile = 2,
KerbSmartCardProfile = 4,
KerbTicketProfile = 6
} KERB_PROFILE_BUFFER_TYPE, *PKERB_PROFILE_BUFFER_TYPE;
Constants
KerbInteractiveProfile Value: 2 The buffer contains information about an interactive logon session. |
KerbSmartCardProfile Value: 4 |
KerbTicketProfile Value: 6 The buffer contains information about a Kerberos logon session. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntsecapi.h |