Share via


HotspotAuthenticationResponseCode Enum

Definition

Defines values used to indicate status of connection authentication with a mobile hotspot. Provides the response code from the WISPr server for an authentication attempt.

Possible values are defined in the .

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
Inheritance
HotspotAuthenticationResponseCode
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
cellularDeviceControl cellularDeviceIdentity

Fields

NoError 0

No response returned.

LoginSucceeded 50

Hotspot authentication successful.

LoginFailed 100

Hotspot authentication failed.

RadiusServerError 102

No response from authentication server.

NetworkAdministratorError 105

An error occurred that requires contacting the network administrator.

LoginAborted 151

The authentication request was aborted.

AccessGatewayInternalError 255

An internal error occurred in the access gateway.

Applies to