HotspotAuthenticationContext.AuthenticationUrl Property

Definition

Gets the HTTPS URL specified in the Wireless Internet Service Provider roaming (WISPr) redirect message.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Microsoft Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic.

Applications must determine whether to trust this URL for providing credentials.

public:
 property Uri ^ AuthenticationUrl { Uri ^ get(); };
Uri AuthenticationUrl();
public System.Uri AuthenticationUrl { get; }
var uri = hotspotAuthenticationContext.authenticationUrl;
Public ReadOnly Property AuthenticationUrl As Uri

Property Value

A URI that contains the HTTPS authentication URL.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

Applications should not assume they are only invoked for authentication attempts for profiles they created themselves. An application from another operator could have mistakenly created a profile that invokes the application of another operator for issuing credentials. The authentication context contains all relevant parameters of the authentication attempt.

Applies to