Skip to content

Latest commit

 

History

History
121 lines (78 loc) · 3.83 KB

ns-ipsectypes-ipsec_sa_details1.md

File metadata and controls

121 lines (78 loc) · 3.83 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:ipsectypes.IPSEC_SA_DETAILS1_
IPSEC_SA_DETAILS1 (ipsectypes.h)
Is used to store information returned when enumerating IPsec security associations (SAs). (IPSEC_SA_DETAILS1)
IPSEC_SA_DETAILS1
IPSEC_SA_DETAILS1 structure [Filtering]
fwp.ipsec_sa_details1_struct
ipsectypes/IPSEC_SA_DETAILS1
fwp\ipsec_sa_details1_struct.htm
fwp
257e7ac0-9cb4-45aa-b7e5-107bb3483ab9
12/05/2018
IPSEC_SA_DETAILS1, IPSEC_SA_DETAILS1 structure [Filtering], fwp.ipsec_sa_details1_struct, ipsectypes/IPSEC_SA_DETAILS1
ipsectypes.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Ipsectypes.idl
Windows
IPSEC_SA_DETAILS1
19H1
IPSEC_SA_DETAILS1_
ipsectypes/IPSEC_SA_DETAILS1_
IPSEC_SA_DETAILS1
ipsectypes/IPSEC_SA_DETAILS1
c++
APIRef
kbSyntax
HeaderDef
Ipsectypes.h
IPSEC_SA_DETAILS1

IPSEC_SA_DETAILS1 structure

-description

The IPSEC_SA_DETAILS1 structure is used to store information returned when enumerating IPsec security associations (SAs). IPSEC_SA_DETAILS0 is available.

 

-struct-fields

-field ipVersion

An FWP_IP_VERSION value that specifies the IP version. In tunnel mode, this is the version of the outer header.

-field saDirection

An FWP_DIRECTION value that indicates the direction of the IPsec SA.

-field traffic

An IPSEC_TRAFFIC1 structure that specifies the traffic being secured by this IPsec SA. In tunnel mode, this contains both the tunnel endpoints and Quick Mode (QM) traffic selectors.

-field saBundle

An IPSEC_SA_BUNDLE1 structure that specifies various parameters of the SA .

-field udpEncapsulation

An IPSEC_V4_UDP_ENCAPSULATION0 structure that stores the UDP encapsulation ports if UDP-ESP encapsulation is enabled on the SA.

Available if ipVersion is FWP_IP_VERSION_V4.

-field transportFilter

An FWPM_FILTER0 structure that specifies the transport layer filter that corresponds to this IPsec SA.

-field virtualIfTunnelInfo

An IPSEC_VIRTUAL_IF_TUNNEL_INFO0 structure that specifies the virtual interface tunnel information. Only supported by Internet Key Exchange version 2 (IKEv2).

-see-also

FWPM_FILTER0

FWP_DIRECTION

FWP_IP_VERSION

IPSEC_SA_BUNDLE1

IPSEC_TRAFFIC1

IPSEC_V4_UDP_ENCAPSULATION0

IPSEC_VIRTUAL_IF_TUNNEL_INFO0

Windows Filtering Platform API Structures