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

适用于