NetworkOperatorTetheringAccessPointConfiguration.AuthenticationKind 属性

定义

获取或设置要用于 Wi-Fi 网络连接的身份验证类型。

public:
 property TetheringWiFiAuthenticationKind AuthenticationKind { TetheringWiFiAuthenticationKind get(); void set(TetheringWiFiAuthenticationKind value); };
TetheringWiFiAuthenticationKind AuthenticationKind();

void AuthenticationKind(TetheringWiFiAuthenticationKind value);
public TetheringWiFiAuthenticationKind AuthenticationKind { get; set; }
var tetheringWiFiAuthenticationKind = networkOperatorTetheringAccessPointConfiguration.authenticationKind;
networkOperatorTetheringAccessPointConfiguration.authenticationKind = tetheringWiFiAuthenticationKind;
Public Property AuthenticationKind As TetheringWiFiAuthenticationKind

属性值

描述要用于 Wi-Fi 连接身份验证类型的枚举值。

Windows 要求

设备系列
Windows 11 Insider Preview (在 10.0.26100.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v19.0 中引入)
应用功能
wiFiControl

适用于