EapPeerMethodResultReason enumeration (eapauthenticatoractiondefine.h)
Defines the set of results of an EAP authentication session returned by an EAP authenticator method to an EAP peer method.
Syntax
typedef enum tagEapPeerMethodResultReason {
EapPeerMethodResultUnknown = 1,
EapPeerMethodResultSuccess,
EapPeerMethodResultFailure
} EapPeerMethodResultReason, EapPeerMethodResultReasonOle;
Constants
EapPeerMethodResultUnknown Value: 1 The success or failure of the authentication session is unknown or indeterminate. |
EapPeerMethodResultSuccess Authentication was successful. |
EapPeerMethodResultFailure Authentication failed. |
Remarks
EapPeerMethodResultReason includes network awareness information for wireless devices.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | eapauthenticatoractiondefine.h |