NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupportedAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
|