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

AccessGatewayInternalError 255

An internal error occurred in the access gateway.

LoginAborted 151

The authentication request was aborted.

LoginFailed 100

Hotspot authentication failed.

LoginSucceeded 50

Hotspot authentication successful.

NetworkAdministratorError 105

An error occurred that requires contacting the network administrator.

NoError 0

No response returned.

RadiusServerError 102

No response from authentication server.

Applies to