IKEEXT_SA_DETAILS0 structure (iketypes.h)

The IKEEXT_SA_DETAILS0 structure is used to store information returned when enumerating IKE, AuthIP, or IKEv2 security associations (SAs). IKEEXT_SA_DETAILS2 is available.

 

Syntax

typedef struct IKEEXT_SA_DETAILS0_ {
  UINT64                 saId;
  IKEEXT_KEY_MODULE_TYPE keyModuleType;
  FWP_IP_VERSION         ipVersion;
  union {
    IPSEC_V4_UDP_ENCAPSULATION0 *v4UdpEncapsulation;
  };
  IKEEXT_TRAFFIC0        ikeTraffic;
  IKEEXT_PROPOSAL0       ikeProposal;
  IKEEXT_COOKIE_PAIR0    cookiePair;
  IKEEXT_CREDENTIALS0    ikeCredentials;
  GUID                   ikePolicyKey;
  UINT64                 virtualIfTunnelId;
} IKEEXT_SA_DETAILS0;

Members

saId

LUID identifying the security association.

keyModuleType

Key module type.

See IKEEXT_KEY_MODULE_TYPE for more information.

ipVersion

IP version specified by FWP_IP_VERSION.

v4UdpEncapsulation

Points to an IPSEC_V4_UDP_ENCAPSULATION0 structure, which, if a NAT is detected, stores the UDP ports corresponding to the Main Mode.

Available when ipVersion is FWP_IP_VERSION_V4.

ikeTraffic

The traffic corresponding to this IKE SA specified by IKEEXT_TRAFFIC0.

ikeProposal

The main mode proposal corresponding to this IKE SA specified by IKEEXT_PROPOSAL0.

cookiePair

SA cookies specified by IKEEXT_COOKIE_PAIR0.

ikeCredentials

Credentials information for the SA specified by IKEEXT_CREDENTIALS0.

ikePolicyKey

GUID of the main mode policy provider context corresponding to this SA.

virtualIfTunnelId

ID/Handle to virtual interface tunneling state.

Applicable only to IKEv2.

Available only on Windows 7, Windows Server 2008 R2, and later.

Requirements

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

See also

Windows Filtering Platform API Structures