Share via


IKEEXT_SA_ROLE (Compact 2013)

3/26/2014

The IKEEXT_SA_ROLE enumeration defines the security association (SA) role for Internet Key Exchange (IKE) Main Mode or Quick Mode negotiations.

Syntax

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

Constants

  • IKEEXT_SA_ROLE_INITIATOR
    SA is the initiator.
  • IKEEXT_SA_ROLE_RESPONDER
    SA is the responder.
  • IKEEXT_SA_ROLE_MAX
    Maximum value for testing purposes.

Requirements

Header

fwpmu.h

See Also

Reference

WFP IKE Types

Other Resources

Windows Filtering Platform