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 [デスクトップ アプリのみ] |
Header | eapauthenticatoractiondefine.h |