IPSEC_SA_CIPHER_INFORMATION0 (Compact 7)
3/12/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
- cipherTransform
Encryption algorithm specific details as specified by IPSEC_CIPHER_TRANSFORM0
- cipherKey
Key used for the encryption algorithm as specified by FWP_BYTE_BLOB
Requirements
Header |
fwpmu.h |