HotspotAuthenticationResponseCode 枚举

定义

定义用于指示移动热点的连接身份验证状态的值。 为身份验证尝试提供来自 WISPr 服务器的响应代码。

可能的值在 中定义。

public enum class HotspotAuthenticationResponseCode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class HotspotAuthenticationResponseCode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum HotspotAuthenticationResponseCode
var value = Windows.Networking.NetworkOperators.HotspotAuthenticationResponseCode.noError
Public Enum HotspotAuthenticationResponseCode
继承
HotspotAuthenticationResponseCode
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
cellularDeviceControl cellularDeviceIdentity

字段

AccessGatewayInternalError 255

访问网关中发生内部错误。

LoginAborted 151

身份验证请求已中止。

LoginFailed 100

热点身份验证失败。

LoginSucceeded 50

热点身份验证成功。

NetworkAdministratorError 105

发生需要联系网络管理员的错误。

NoError 0

未返回任何响应。

RadiusServerError 102

身份验证服务器没有响应。

适用于