Share via


IPSEC_AUTH_AND_CIPHER_TRANSFORM0 (Compact 2013)

3/26/2014

This 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

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Structures

Other Resources

Windows Filtering Platform