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_NONEValue: 0 Specifies no impersonation. |
IKEEXT_IMPERSONATION_SOCKET_PRINCIPALSpecifies socket principal impersonation. |
IKEEXT_IMPERSONATION_MAXMaximum value for testing purposes. |
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | iketypes.h |