NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupported 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索一个值,该值指示 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, version 24H2 (在 10.0.26100.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v19.0 中引入)
|
应用功能 |
wiFiControl
|