Skip to content

Latest commit

 

History

History
88 lines (67 loc) · 3.84 KB

ne-eapauthenticatoractiondefine-eappeermethodresponseaction.md

File metadata and controls

88 lines (67 loc) · 3.84 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:eapauthenticatoractiondefine.tagEapPeerMethodResponseAction
EapPeerMethodResponseAction (eapauthenticatoractiondefine.h)
Defines the set of actions an EAP authenticator can indicate to a supplicant or EAP peer method during authentication.
EapPeerMethodResponseAction
EapPeerMethodResponseAction enumeration [EAPHost]
EapPeerMethodResponseActionDiscard
EapPeerMethodResponseActionInvokeUI
EapPeerMethodResponseActionNone
EapPeerMethodResponseActionRespond
EapPeerMethodResponseActionResult
EapPeerMethodResponseActionSend
eapauthenticatoractiondefine/EapPeerMethodResponseAction
eapauthenticatoractiondefine/EapPeerMethodResponseActionDiscard
eapauthenticatoractiondefine/EapPeerMethodResponseActionInvokeUI
eapauthenticatoractiondefine/EapPeerMethodResponseActionNone
eapauthenticatoractiondefine/EapPeerMethodResponseActionRespond
eapauthenticatoractiondefine/EapPeerMethodResponseActionResult
eapauthenticatoractiondefine/EapPeerMethodResponseActionSend
eaphost.eappeermethodresponseaction
eaphost\eappeermethodresponseaction.htm
eaphost
def7e04e-ed0c-46f0-97d6-4c0ab021fa8b
12/05/2018
EapPeerMethodResponseAction, EapPeerMethodResponseAction enumeration [EAPHost], EapPeerMethodResponseActionDiscard, EapPeerMethodResponseActionInvokeUI, EapPeerMethodResponseActionNone, EapPeerMethodResponseActionRespond, EapPeerMethodResponseActionResult, EapPeerMethodResponseActionSend, eapauthenticatoractiondefine/EapPeerMethodResponseAction, eapauthenticatoractiondefine/EapPeerMethodResponseActionDiscard, eapauthenticatoractiondefine/EapPeerMethodResponseActionInvokeUI, eapauthenticatoractiondefine/EapPeerMethodResponseActionNone, eapauthenticatoractiondefine/EapPeerMethodResponseActionRespond, eapauthenticatoractiondefine/EapPeerMethodResponseActionResult, eapauthenticatoractiondefine/EapPeerMethodResponseActionSend, eaphost.eappeermethodresponseaction
eapauthenticatoractiondefine.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
EapPeerMethodResponseAction
19H1
tagEapPeerMethodResponseAction
eapauthenticatoractiondefine/tagEapPeerMethodResponseAction
EapPeerMethodResponseAction
eapauthenticatoractiondefine/EapPeerMethodResponseAction
c++
APIRef
kbSyntax
HeaderDef
EapAuthenticatorActionDefine.h
EapPeerMethodResponseAction

EapPeerMethodResponseAction enumeration

-description

Defines the set of actions an EAP authenticator can indicate to a supplicant or EAP peer method during authentication.

-enum-fields

-field EapPeerMethodResponseActionDiscard:0

The supplicant should discard the request as it is not usable by EAP.

-field EapPeerMethodResponseActionSend

The supplicant should send the indicated packet to the authenticator.

-field EapPeerMethodResponseActionResult

The supplicant should act on EAP attributes returned by the EAP authenticator.

-field EapPeerMethodResponseActionInvokeUI

The EAP peer method should invoke a user interface dialog on the client.

-field EapPeerMethodResponseActionRespond

The supplicant should generate a context-specific response to the EAP authenticator request.

-field EapPeerMethodResponseActionNone

The supplicant should generate no response to the EAP authenticator request.

-field v1_enum

-see-also

EAPHost Peer Method Enumerations