次の方法で共有


EapHostPeerAuthParams 列挙 (eaphostpeertypes.h)

使用可能な認証パラメーター値のセットを定義します。

構文

typedef enum tagEapHostPeerAuthParams {
  EapHostPeerAuthStatus = 1,
  EapHostPeerIdentity,
  EapHostPeerIdentityExtendedInfo,
  EapHostNapInfo
} EapHostPeerAuthParams;

定数

 
EapHostPeerAuthStatus
値: 1
サプリカントの認証の現在の状態を格納します。
EapHostPeerIdentity
サプリカントのユーザー ID を格納します。
EapHostPeerIdentityExtendedInfo
ID パケットからのサプリカントの拡張ユーザー ID 情報が含まれます。
EapHostNapInfo
Windows 7 以降: EapHostPeerNapInfo 構造体のサプリカントの NAP 関連の情報が含まれています。

要件

要件
サポートされている最小のクライアント Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 [デスクトップ アプリのみ]
Header eaphostpeertypes.h

こちらもご覧ください

EAPHost サプリカント列挙

EapHostPeerGetAuthStatus