Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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 |