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.
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
EapPeerMethodResultUnknownValue: 1 The success or failure of the authentication session is unknown or indeterminate. |
EapPeerMethodResultSuccessAuthentication was successful. |
EapPeerMethodResultFailureAuthentication 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 |