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

适用于