IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE enumeration (iketypes.h)

The IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE enumerated type specifies the type of impersonation to perform when Authenticated Internet Protocol (AuthIP) is used for authentication.

Syntax

typedef enum IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE_ {
  IKEEXT_IMPERSONATION_NONE = 0,
  IKEEXT_IMPERSONATION_SOCKET_PRINCIPAL,
  IKEEXT_IMPERSONATION_MAX
} IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE;

Constants

 
IKEEXT_IMPERSONATION_NONE
Value: 0
Specifies no impersonation.
IKEEXT_IMPERSONATION_SOCKET_PRINCIPAL
Specifies socket principal impersonation.
IKEEXT_IMPERSONATION_MAX
Maximum value for testing purposes.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iketypes.h

See also

Windows Filtering Platform API Enumerated Types