次の方法で共有


NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupportedAsync メソッド

定義

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

public:
 virtual IAsyncOperation<bool> ^ IsAuthenticationKindSupportedAsync(TetheringWiFiAuthenticationKind authenticationKind) = IsAuthenticationKindSupportedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> IsAuthenticationKindSupportedAsync(TetheringWiFiAuthenticationKind const& authenticationKind);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> IsAuthenticationKindSupportedAsync(TetheringWiFiAuthenticationKind authenticationKind);
function isAuthenticationKindSupportedAsync(authenticationKind)
Public Function IsAuthenticationKindSupportedAsync (authenticationKind As TetheringWiFiAuthenticationKind) As IAsyncOperation(Of Boolean)

パラメーター

authenticationKind
TetheringWiFiAuthenticationKind

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

戻り値

認証の種類がサポートされている場合は値を true 格納する非同期操作オブジェクト。それ以外の場合 falseは 。

属性

Windows の要件

アプリの機能
wiFiControl

適用対象