EapPeerMethodResponseAction 枚举 (eapauthenticatoractiondefine.h)

定义 EAP 验证器在身份验证期间可以向请求方或 EAP 对等方法指示的操作集。

语法

typedef enum tagEapPeerMethodResponseAction {
  EapPeerMethodResponseActionDiscard = 0,
  EapPeerMethodResponseActionSend,
  EapPeerMethodResponseActionResult,
  EapPeerMethodResponseActionInvokeUI,
  EapPeerMethodResponseActionRespond,
  EapPeerMethodResponseActionNone
} EapPeerMethodResponseAction;

常量

 
EapPeerMethodResponseActionDiscard
值: 0
请求者应放弃请求,因为 EAP 无法使用该请求。
EapPeerMethodResponseActionSend
请求者应将指示的数据包发送到验证器。
EapPeerMethodResponseActionResult
请求者应对 EAP 验证器返回的 EAP 属性进行操作。
EapPeerMethodResponseActionInvokeUI
EAP 对等方法应在客户端上调用用户界面对话框。
EapPeerMethodResponseActionRespond
请求方应生成对 EAP 验证器请求的特定于上下文的响应。
EapPeerMethodResponseActionNone
请求方不应生成对 EAP 验证器请求的响应。

要求

   
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
标头 eapauthenticatoractiondefine.h

另请参阅

EAPHost 对等方法枚举