IPSEC_SA_CIPHER_INFORMATION0 structure (ipsectypes.h)

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

Syntax

typedef struct IPSEC_SA_CIPHER_INFORMATION0_ {
  IPSEC_CIPHER_TRANSFORM0 cipherTransform;
  FWP_BYTE_BLOB           cipherKey;
} IPSEC_SA_CIPHER_INFORMATION0;

Members

cipherTransform

Encryption algorithm specific details as specified by IPSEC_CIPHER_TRANSFORM0.

cipherKey

Key used for the encryption algorithm as specified by FWP_BYTE_BLOB.

Remarks

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

FWP_BYTE_BLOB

IPSEC_CIPHER_TRANSFORM0

Windows Filtering Platform API Structures