NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupported 方法

定义

获取一个值,该值指示 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

适用于