HotspotCredentialsAuthenticationResult Class

Definition

Represents the results of a Hotspot authentication request.

public ref class HotspotCredentialsAuthenticationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class HotspotCredentialsAuthenticationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class HotspotCredentialsAuthenticationResult
Public NotInheritable Class HotspotCredentialsAuthenticationResult
Inheritance
Object Platform::Object IInspectable HotspotCredentialsAuthenticationResult
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

Properties

AuthenticationReplyXml

Provides the XML blob containing the WISPr authentication reply message from the server.

HasNetworkErrorOccurred

Indicates if a network error has occurred that prevented the authentication attempt. If true, the other properties should not be examined.

LogoffUrl

Provides the most recent Logoff URL as returned from the server in the authentication reply or from an earlier redirect message. If no Logoff URL was provided by the server, this property returns an empty URI.

ResponseCode

Provides the WISPr Response Code for the authentication attempt as returned from the server. Possible values are defined by HotspotAuthenticationResponseCode.

Applies to