FWPM_NET_EVENT_IKEEXT_MM_FAILURE0 (Compact 2013)
3/26/2014
This structure contains information that describes an IKE Main Mode (MM) failure.
Note
AuthIP is not supported in Windows Embedded Compact .
Syntax
typedef struct FWPM_NET_EVENT_IKEEXT_MM_FAILURE0_ {
UINT32 failureErrorCode;
IPSEC_FAILURE_POINT failurePoint;
UINT32 flags;
IKEEXT_KEY_MODULE_TYPE keyingModuleType;
IKEEXT_MM_SA_STATE mmState;
IKEEXT_SA_ROLE saRole;
IKEEXT_AUTHENTICATION_METHOD_TYPE mmAuthMethod;
UINT8 endCertHash[IKEEXT_CERT_HASH_LEN];
UINT64 mmId;
UINT64 mmFilterId;
} FWPM_NET_EVENT_IKEEXT_MM_FAILURE0;
Members
- failureErrorCode
Windows error code for the failure
- failurePoint
An IPSEC_FAILURE_POINT value that indicates the IPSec state when the failure occurred
flags
Flags for the failure event.Possible values are listed in the Remarks section below.
- keyingModuleType
An IKEEXT_KEY_MODULE_TYPE value that specifies the type of keying module.
- mmState
An IKEEXT_MM_SA_STATE value that indicates the Main Mode state when the failure occurred.
- saRole
An IKEEXT_SA_ROLE value that specifies the security association (SA) role when the failure occurred.
- mmAuthMethod
An IKEEXT_AUTHENTICATION_METHOD_TYPE value that specifies the authentication method.
endCertHash
SHA thumbprint hash of the end certificate corresponding to the failures that happen during building or validating certificate chains.IKEEXT_CERT_HASH_LEN maps to 20.
- mmId
LUID for the MM SA
- mmFilterId
Main mode filter ID
Remarks
The following is a list of the possible values for the flags data member:
Value |
Meaning |
---|---|
FWPM_NET_EVENT_IKEEXT_MM_FAILURE_FLAG_BENIGN |
Indicates that the failure was benign or expected. |
FWPM_NET_EVENT_IKEEXT_MM_FAILURE_FLAG_MULTIPLE |
Indicates that multiple failure events have been reported. |
Requirements
Header |
fwpmu.h |