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_INITIATORValue: 0 SA is the initiator. |
IKEEXT_SA_ROLE_RESPONDERSA is the responder. |
IKEEXT_SA_ROLE_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 |