IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE (Compact 2013)

3/26/2014

The IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE enumeration 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,
    IKEEXT_IMPERSONATION_SOCKET_PRINCIPAL,
  IKEEXT_IMPERSONATION_MAX
} IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE;

Constants

  • IKEEXT_IMPERSONATION_NONE
    Specifies no impersonation
  • IKEEXT_IMPERSONATION_SOCKET_PRINCIPAL
    Specifies socket principal impersonation
  • IKEEXT_IMPERSONATION_MAX
    Specifies the maximum value for testing purposes

Requirements

Header

fwpmu.h

See Also

Reference

WFP IKE Types

Other Resources

Windows Filtering Platform