HotspotCredentialsAuthenticationResult.LogoffUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
property Uri ^ LogoffUrl { Uri ^ get(); };
Uri LogoffUrl();
public System.Uri LogoffUrl { get; }
var uri = hotspotCredentialsAuthenticationResult.logoffUrl;
Public ReadOnly Property LogoffUrl As Uri
Property Value
The most recent Logoff URL.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|