IPSEC_SA_AUTH_AND_CIPHER_INFORMATION0 (Compact 7)
3/12/2014
This structure stores information about the authentication and encryption algorithms of an IPSec security association (SA).
Syntax
typedef struct IPSEC_SA_AUTH_AND_CIPHER_INFORMATION0_ {
IPSEC_SA_CIPHER_INFORMATION0 saCipherInformation;
IPSEC_SA_AUTH_INFORMATION0 saAuthInformation;
} IPSEC_SA_AUTH_AND_CIPHER_INFORMATION0;
Members
- saCipherInformation
Encryption algorithm information as specified by IPSEC_SA_CIPHER_INFORMATION0
- saAuthInformation
Authentication algorithm information as specified by IPSEC_SA_AUTH_INFORMATION0
Requirements
Header |
fwpmu.h |