EapPeerMethodResponseAction enumeration (eapauthenticatoractiondefine.h)
Defines the set of actions an EAP authenticator can indicate to a supplicant or EAP peer method during authentication.
Syntax
typedef enum tagEapPeerMethodResponseAction {
EapPeerMethodResponseActionDiscard = 0,
EapPeerMethodResponseActionSend,
EapPeerMethodResponseActionResult,
EapPeerMethodResponseActionInvokeUI,
EapPeerMethodResponseActionRespond,
EapPeerMethodResponseActionNone
} EapPeerMethodResponseAction;
Constants
EapPeerMethodResponseActionDiscard Value: 0 The supplicant should discard the request as it is not usable by EAP. |
EapPeerMethodResponseActionSend The supplicant should send the indicated packet to the authenticator. |
EapPeerMethodResponseActionResult The supplicant should act on EAP attributes returned by the EAP authenticator. |
EapPeerMethodResponseActionInvokeUI The EAP peer method should invoke a user interface dialog on the client. |
EapPeerMethodResponseActionRespond The supplicant should generate a context-specific response to the EAP authenticator request. |
EapPeerMethodResponseActionNone The supplicant should generate no response to the EAP authenticator request. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | eapauthenticatoractiondefine.h |