OnlineIdSystemAuthenticator OnlineIdSystemAuthenticator OnlineIdSystemAuthenticator OnlineIdSystemAuthenticator Class

Definition

This class handles an app's attempts to acquire the local user id on a device, for use with the System Ticket feature (see Remarks).

public : static class OnlineIdSystemAuthenticatorpublic static class OnlineIdSystemAuthenticatorPublic Static Class OnlineIdSystemAuthenticator// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Remarks

With the System Ticket feature, an app can provide cloud services to a user and store user info even if the user is not signed on with their Microsoft account (MSA). The app can acquire information about the local user account on a system, as well as information about the system itself, in order to keep track of settings and data for this user.

Properties

Default Default Default Default

Gets an instance of OnlineIdSystemAuthenticatorForUser that corresponds to the user currently logged in to the device.

public : static OnlineIdSystemAuthenticatorForUser Default { get; }public static OnlineIdSystemAuthenticatorForUser Default { get; }Public Static ReadOnly Property Default As OnlineIdSystemAuthenticatorForUser// You can use this property in JavaScript.

Methods

GetForUser(User) GetForUser(User) GetForUser(User) GetForUser(User)

This method is not currently implemented. If called, it will throw a NotImplementedException.

public : static OnlineIdSystemAuthenticatorForUser GetForUser(User user)public static OnlineIdSystemAuthenticatorForUser GetForUser(User user)Public Static Function GetForUser(user As User) As OnlineIdSystemAuthenticatorForUser// You can use this method in JavaScript.
Parameters
user
User User User User

The local Windows user.

Returns