IPSEC_SA_AUTH_INFORMATION0 structure (ipsectypes.h)

The IPSEC_SA_AUTH_INFORMATION0 structure stores information about the authentication algorithm of an IPsec security association (SA).

Syntax

typedef struct IPSEC_SA_AUTH_INFORMATION0_ {
  IPSEC_AUTH_TRANSFORM0 authTransform;
  FWP_BYTE_BLOB         authKey;
} IPSEC_SA_AUTH_INFORMATION0;

Members

authTransform

Authentication algorithm details as specified by IPSEC_AUTH_TRANSFORM0.

authKey

Key used for the authentication algorithm stored in a FWP_BYTE_BLOB structure.

Remarks

IPSEC_SA_AUTH_INFORMATION0 is a specific implementation of IPSEC_SA_AUTH_INFORMATION. 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_BYTE_BLOB

IPSEC_AUTH_TRANSFORM0

Windows Filtering Platform API Structures