This topic has not yet been rated - Rate this topic

KERB_PROFILE_BUFFER_TYPE enumeration

The KERB_PROFILE_BUFFER_TYPE enumeration lists the type of logon profile returned.

Syntax


typedef enum _KERB_PROFILE_BUFFER_TYPE { 
  KerbInteractiveProfile  = 2,
  KerbTicketProfile       = 6
} KERB_PROFILE_BUFFER_TYPE, *PKERB_PROFILE_BUFFER_TYPE;

Constants

KerbInteractiveProfile

The buffer contains information about an interactive logon session.

KerbTicketProfile

The buffer contains information about a Kerberos logon session.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Ntsecapi.h

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.