次の方法で共有


NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupported メソッド

定義

Wi-Fi アダプターが特定の認証の種類でテザリング ホットスポットを構成できるかどうかを示す値を取得します。 NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupported と同様です。

public:
 virtual bool IsAuthenticationKindSupported(TetheringWiFiAuthenticationKind authenticationKind) = IsAuthenticationKindSupported;
bool IsAuthenticationKindSupported(TetheringWiFiAuthenticationKind const& authenticationKind);
public bool IsAuthenticationKindSupported(TetheringWiFiAuthenticationKind authenticationKind);
function isAuthenticationKindSupported(authenticationKind)
Public Function IsAuthenticationKindSupported (authenticationKind As TetheringWiFiAuthenticationKind) As Boolean

パラメーター

authenticationKind
TetheringWiFiAuthenticationKind

クエリを実行する認証の種類を指定します。

戻り値

Boolean

bool

true 認証の種類がサポートされている場合は 。それ以外の場合は false

Windows の要件

アプリの機能
wiFiControl

適用対象