Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
EapPeerMethodResponseActionDiscardValue: 0 The supplicant should discard the request as it is not usable by EAP. |
EapPeerMethodResponseActionSendThe supplicant should send the indicated packet to the authenticator. |
EapPeerMethodResponseActionResultThe supplicant should act on EAP attributes returned by the EAP authenticator. |
EapPeerMethodResponseActionInvokeUIThe EAP peer method should invoke a user interface dialog on the client. |
EapPeerMethodResponseActionRespondThe supplicant should generate a context-specific response to the EAP authenticator request. |
EapPeerMethodResponseActionNoneThe 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 |