HotspotAuthenticationEventDetails
HotspotAuthenticationEventDetails
HotspotAuthenticationEventDetails
HotspotAuthenticationEventDetails
Class
Definition
Provides the content of the event that is raised for background task handlers for the hotspot authentication event.
Note
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators. For more information, see Mobile Broadband: and Windows 8 Integration for Wireless Hotspot Operators.
If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.
public : sealed class HotspotAuthenticationEventDetails : IHotspotAuthenticationEventDetailspublic sealed class HotspotAuthenticationEventDetails : IHotspotAuthenticationEventDetailsPublic NotInheritable Class HotspotAuthenticationEventDetails Implements IHotspotAuthenticationEventDetails// 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)
|
Remarks
An application can register for the hotspot authentication event through the NetworkOperatorHotspotAuthenticationTrigger.
Properties
EventToken EventToken EventToken EventToken
Gets a GUID that uniquely identifies the authentication attempt for which this event was raised.
Note
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators. For more information, see Mobile Broadband: and Windows 8 Integration for Wireless Hotspot Operators.
If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.
public : PlatForm::String EventToken { get; }public string EventToken { get; }Public ReadOnly Property EventToken As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
A GUID that uniquely identifies the connection attempt.
Remarks
The handler retrieving this token must call TryGetAuthenticationContext to retrieve the full context of this event.