OnlineIdSystemAuthenticatorForUser Class

Definition

Represents the authentication info for a single user entity on a single device (system).

public ref class OnlineIdSystemAuthenticatorForUser sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class OnlineIdSystemAuthenticatorForUser final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class OnlineIdSystemAuthenticatorForUser
Public NotInheritable Class OnlineIdSystemAuthenticatorForUser
Inheritance
Object Platform::Object IInspectable OnlineIdSystemAuthenticatorForUser
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Properties

ApplicationId

The unique id value of the calling application. Windows desktop applications that are to use the System Ticket feature must set this value explicitly before calling GetTicketAsync.

User

Gets the corresponding Windows user for this OnlineIdSystemAuthenticatorForUser.

Methods

GetTicketAsync(OnlineIdServiceTicketRequest)

Attempts to retrieve the system ticket for the device.

Applies to

See also