IPSEC_SA_CONTEXT_ENUM_TEMPLATE0 structure (ipsectypes.h)

The IPSEC_SA_CONTEXT_ENUM_TEMPLATE0 structure is an enumeration template used to enumerate security association (SA) contexts.

Syntax

typedef struct IPSEC_SA_CONTEXT_ENUM_TEMPLATE0_ {
  FWP_CONDITION_VALUE0 localSubNet;
  FWP_CONDITION_VALUE0 remoteSubNet;
} IPSEC_SA_CONTEXT_ENUM_TEMPLATE0;

Members

localSubNet

An FWP_CONDITION_VALUE0 structure that specifies a subnet from which SA contexts that contain a local address will be returned. This member may be empty.

Acceptable type values for this member are: FWP_V6_ADDR_AND_MASK.

remoteSubNet

An FWP_CONDITION_VALUE0 structure that specifies a subnet from which SA contexts that contain a remote address will be returned. This member may be empty.

Acceptable type values for this member are: FWP_V6_ADDR_AND_MASK.

Remarks

IPSEC_SA_CONTEXT_ENUM_TEMPLATE0 is a specific implementation of IPSEC_SA_CONTEXT_ENUM_TEMPLATE. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header ipsectypes.h

See also

FWP_CONDITION_VALUE0