共用方式為


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

指定要查詢的驗證種類。

傳回

異步操作物件,當完成時,如果支援驗證種類,則包含值 truefalse否則為 。

屬性

Windows 需求

應用程式功能
wiFiControl

適用於