This topic has not yet been rated - Rate this topic

SECPKG_SESSIONINFO_TYPE enumeration

Specifies the format of session information. This enumeration is used by the CreateTokenEx function to specify the format of the SessionInformation parameter.

Syntax


typedef enum  { 
  SecSessionPrimaryCred  = 
} SECPKG_SESSIONINFO_TYPE;

Constants

SecSessionPrimaryCred

The session information is contained in a SECPKG_PRIMARY_CRED structure.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Ntsecpkg.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.