HotspotAuthenticationResponseCode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 | 身份验证服务器没有响应。 |