Share via


IPSEC_SA_CONTEXT_ENUM_TEMPLATE0 (Compact 2013)

3/26/2014

This 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

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

    Acceptable type values for this member are: FWP_UINT32, FWP_BYTE_ARRAY16_TYPE, FWP_V4_ADDR_AND_MASK, and FWP_V6_ADDR_AND_MASK.

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Structures

Other Resources

Windows Filtering Platform