HotspotCredentialsAuthenticationResult
HotspotCredentialsAuthenticationResult
HotspotCredentialsAuthenticationResult
HotspotCredentialsAuthenticationResult
Class
Definition
Represents the results of a Hotspot authentication request.
public : sealed class HotspotCredentialsAuthenticationResult : IHotspotCredentialsAuthenticationResultpublic sealed class HotspotCredentialsAuthenticationResult : IHotspotCredentialsAuthenticationResultPublic NotInheritable Class HotspotCredentialsAuthenticationResult Implements IHotspotCredentialsAuthenticationResult// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
AuthenticationReplyXml AuthenticationReplyXml AuthenticationReplyXml AuthenticationReplyXml
Provides the XML blob containing the WISPr authentication reply message from the server.
public : XmlDocument AuthenticationReplyXml { get; }public XmlDocument AuthenticationReplyXml { get; }Public ReadOnly Property AuthenticationReplyXml As XmlDocument// You can use this property in JavaScript.
Authentication reply message.
HasNetworkErrorOccurred HasNetworkErrorOccurred HasNetworkErrorOccurred HasNetworkErrorOccurred
Indicates if a network error has occurred that prevented the authentication attempt. If true, the other properties should not be examined.
public : PlatForm::Boolean HasNetworkErrorOccurred { get; }public bool HasNetworkErrorOccurred { get; }Public ReadOnly Property HasNetworkErrorOccurred As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
true if an error occurred; otherwise, false.
LogoffUrl LogoffUrl LogoffUrl 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.
public : Uri LogoffUrl { get; }public Uri LogoffUrl { get; }Public ReadOnly Property LogoffUrl As Uri// You can use this property in JavaScript.
- Value
- Uri Uri Uri Uri
The most recent Logoff URL.
ResponseCode ResponseCode ResponseCode ResponseCode
Provides the WISPr Response Code for the authentication attempt as returned from the server. Possible values are defined by HotspotAuthenticationResponseCode.
public : HotspotAuthenticationResponseCode ResponseCode { get; }public HotspotAuthenticationResponseCode ResponseCode { get; }Public ReadOnly Property ResponseCode As HotspotAuthenticationResponseCode// You can use this property in JavaScript.
- Value
- HotspotAuthenticationResponseCode HotspotAuthenticationResponseCode HotspotAuthenticationResponseCode HotspotAuthenticationResponseCode
The authentication result.