OnlineIdSystemAuthenticatorForUser OnlineIdSystemAuthenticatorForUser OnlineIdSystemAuthenticatorForUser OnlineIdSystemAuthenticatorForUser Class

Definition

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

public : sealed class OnlineIdSystemAuthenticatorForUser : IOnlineIdSystemAuthenticatorForUserpublic sealed class OnlineIdSystemAuthenticatorForUser : IOnlineIdSystemAuthenticatorForUserPublic NotInheritable Class OnlineIdSystemAuthenticatorForUser Implements IOnlineIdSystemAuthenticatorForUser// 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)

Properties

ApplicationId ApplicationId ApplicationId 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.

public : PlatForm::Guid ApplicationId { get; set; }public Guid ApplicationId { get; set; }Public ReadWrite Property ApplicationId As Guid// You can use this property in JavaScript.
Value
PlatForm::Guid Guid Guid Guid

The id of the calling application.

User User User User

Gets the corresponding Windows user for this OnlineIdSystemAuthenticatorForUser.

public : User User { get; }public User User { get; }Public ReadOnly Property User As User// You can use this property in JavaScript.
Value
User User User User

The Windows user for this OnlineIdSystemAuthenticatorForUser.

Methods

GetTicketAsync(OnlineIdServiceTicketRequest) GetTicketAsync(OnlineIdServiceTicketRequest) GetTicketAsync(OnlineIdServiceTicketRequest) GetTicketAsync(OnlineIdServiceTicketRequest)

Attempts to retrieve the system ticket for the device.

public : IAsyncOperation<OnlineIdSystemTicketResult> GetTicketAsync(OnlineIdServiceTicketRequest request)public IAsyncOperation<OnlineIdSystemTicketResult> GetTicketAsync(OnlineIdServiceTicketRequest request)Public Function GetTicketAsync(request As OnlineIdServiceTicketRequest) As IAsyncOperation( Of OnlineIdSystemTicketResult )// You can use this method in JavaScript.
Parameters
Returns