NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupported 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示 Wi-Fi 适配器是否允许使用特定身份验证类型配置连接热点。 类似于 NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupported。
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
指定要查询的身份验证类型。
返回
Boolean
bool
true
如果支持身份验证类型,则为 ;否则为 false
。
Windows 要求
应用功能 |
wiFiControl
|