IPSEC_AUTH_AND_CIPHER_TRANSFORM0 structure (ipsectypes.h)

The IPSEC_AUTH_AND_CIPHER_TRANSFORM0 structure is used to store hash and encryption specific information together for an SA transform in an IPsec quick mode policy.

Syntax

typedef struct IPSEC_AUTH_AND_CIPHER_TRANSFORM0_ {
  IPSEC_AUTH_TRANSFORM0   authTransform;
  IPSEC_CIPHER_TRANSFORM0 cipherTransform;
} IPSEC_AUTH_AND_CIPHER_TRANSFORM0;

Members

authTransform

Hash specific information as specified by IPSEC_AUTH_TRANSFORM0.

cipherTransform

Encryption specific information as specified by IPSEC_CIPHER_TRANSFORM0.

Remarks

IPSEC_AUTH_AND_CIPHER_TRANSFORM0 is a specific implementation of IPSEC_AUTH_AND_CIPHER_TRANSFORM. 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_AUTH_TRANSFORM0

IPSEC_CIPHER_TRANSFORM0

Windows Filtering Platform API Structures