IPSEC_SA_ENUM_TEMPLATE0 structure (ipsectypes.h)

The IPSEC_SA_ENUM_TEMPLATE0 structure specifies a template used for restricting the enumeration of IPsec security associations (SAs).

Syntax

typedef struct IPSEC_SA_ENUM_TEMPLATE0_ {
  FWP_DIRECTION saDirection;
} IPSEC_SA_ENUM_TEMPLATE0;

Members

saDirection

Direction of the SA.

See FWP_DIRECTION for more information.

Remarks

IPSEC_SA_ENUM_TEMPLATE0 is a specific implementation of IPSEC_SA_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_DIRECTION

Windows Filtering Platform API Structures