EapHostPeerResponseAction 列挙 (eaphostpeertypes.h)
認証時に EAP 認証またはピア メソッドがサプリカントに示すことができる一連のアクションを定義します。
構文
typedef enum tagEapHostPeerResponseAction {
EapHostPeerResponseDiscard = 0,
EapHostPeerResponseSend,
EapHostPeerResponseResult,
EapHostPeerResponseInvokeUi,
EapHostPeerResponseRespond,
EapHostPeerResponseStartAuthentication,
EapHostPeerResponseNone
} EapHostPeerResponseAction;
定数
EapHostPeerResponseDiscard 値: 0 サプリカントは、EAP で使用できない要求を破棄する必要があります。 |
EapHostPeerResponseSend サプリカントは、指定されたパケットを認証システムに送信する必要があります。 |
EapHostPeerResponseResult サプリカントは、EAP 認証子によって返される EAP 属性に対して動作する必要があります。 |
EapHostPeerResponseInvokeUi サプリカントは、クライアントでユーザー インターフェイス ダイアログを呼び出す必要があります。 |
EapHostPeerResponseRespond サプリカントは、EAP 認証要求に対するコンテキスト固有の応答を生成する必要があります。 |
EapHostPeerResponseStartAuthentication EAPHost が認証を開始しました。 |
EapHostPeerResponseNone サプリカントは、EAP 認証要求に対する応答を生成しません。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | eaphostpeertypes.h |