次の方法で共有


FWPM_NET_EVENT_IKEEXT_EM_FAILURE0 (Compact 2013)

3/26/2014

This structure contains information that describes an IKE user mode failure.

Syntax

typedef struct FWPM_NET_EVENT_IKEEXT_UM_FAILURE0_ {
  UINT32 failureErrorCode;
  IPSEC_FAILURE_POINT failurePoint;
  UINT32 flags;
  IKEEXT_EM_SA_STATE emState;
  IKEEXT_SA_ROLE saRole;
  IKEEXT_AUTHENTICATION_METHOD_TYPE emAuthMethod;
  UINT8 endCertHash[IKEEXT_CERT_HASH_LEN];
  UINT64 mmId;
  UINT64 qmFilterId;
} FWPM_NET_EVENT_IKEEXT_UM_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.

    Set the flag with value FWPM_NET_EVENT_IKEEXT_EM_FAILURE_FLAG_MULTIPLE to indicate that multiple IKE EM failure events have been reported.

  • emState
    An IKEEXT_EM_SA_STATE value that indicates the EM state when the failure occurred.
  • saRole
    An IKEEXT_SA_ROLE value that specifies the SA role when the failure occurred.
  • 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
  • qmFilterId
    Quick mode filter ID associated with this user mode failure

Requirements

Header

fwpmu.h

See Also

Reference

WFP Management Structures

Other Resources

Windows Filtering Platform