IPSEC_SA_AUTH_AND_CIPHER_INFORMATION0 structure (ipsectypes.h)

The IPSEC_SA_AUTH_AND_CIPHER_INFORMATION0 structure stores information about the authentication and encryption algorithms of an IPsec security association (SA).

Syntax

typedef struct IPSEC_SA_AUTH_AND_CIPHER_INFORMATION0_ {
  IPSEC_SA_CIPHER_INFORMATION0 saCipherInformation;
  IPSEC_SA_AUTH_INFORMATION0   saAuthInformation;
} IPSEC_SA_AUTH_AND_CIPHER_INFORMATION0;

Members

saCipherInformation

Encryption algorithm information as specified by IPSEC_SA_CIPHER_INFORMATION0.

saAuthInformation

Authentication algorithm information as specified by IPSEC_SA_AUTH_INFORMATION0.

Remarks

IPSEC_SA_AUTH_AND_CIPHER_INFORMATION0 is a specific implementation of IPSEC_SA_AUTH_AND_CIPHER_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

IPSEC_SA_AUTH_INFORMATION0

IPSEC_SA_CIPHER_INFORMATION0

Windows Filtering Platform API Structures