IKEEXT_SA_ROLE enumeration (iketypes.h)

The IKEEXT_SA_ROLE enumerated type defines the security association (SA) role for Internet Key Exchange (IKE) and Authenticated Internet Protocol (AuthIP) Main Mode or Quick Mode negotiations.

Syntax

typedef enum IKEEXT_SA_ROLE_ {
  IKEEXT_SA_ROLE_INITIATOR = 0,
  IKEEXT_SA_ROLE_RESPONDER,
  IKEEXT_SA_ROLE_MAX
} IKEEXT_SA_ROLE;

Constants

 
IKEEXT_SA_ROLE_INITIATOR
Value: 0
SA is the initiator.
IKEEXT_SA_ROLE_RESPONDER
SA is the responder.
IKEEXT_SA_ROLE_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