Share via


IPSEC_SA_CIPHER_INFORMATION0 (Compact 2013)

3/26/2014

This 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

  • cipherKey
    Key used for the encryption algorithm as specified by FWP_BYTE_BLOB

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Structures

Other Resources

Windows Filtering Platform