Share via


NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupported メソッド

定義

Wi-Fi アダプターが特定の認証の種類でアクセス ポイントを構成できるかどうかを示す値を取得します。

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

クエリを実行する認証の種類を指定する TetheringWiFiAuthenticationKind 列挙値。

戻り値

Boolean

bool

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

Windows の要件

デバイス ファミリ
Windows 11 Insider Preview (10.0.26100.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v19.0 で導入)
アプリの機能
wiFiControl

適用対象