EapHostPeerMethodResultReason 列挙 (eaphostpeertypes.h)
EAP メソッドによってサプリカントに返される結果を記述する一連の考えられる理由を定義します。
構文
typedef enum tagEapHostPeerMethodResultReason {
EapHostPeerMethodResultAltSuccessReceived = 1,
EapHostPeerMethodResultTimeout,
EapHostPeerMethodResultFromMethod
} EapHostPeerMethodResultReason;
定数
EapHostPeerMethodResultAltSuccessReceived 値: 1 認証に成功しました。 |
EapHostPeerMethodResultTimeout メソッドは応答の待機中にタイムアウトしました。 |
EapHostPeerMethodResultFromMethod 認証プロセスは完全に正常に行われました。 |
要件
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | eaphostpeertypes.h |