OnlineIdSystemTicketResult OnlineIdSystemTicketResult OnlineIdSystemTicketResult OnlineIdSystemTicketResult Class

Definition

Represents the result of a call to retrieve a system ticket.

public : sealed class OnlineIdSystemTicketResult : IOnlineIdSystemTicketResultpublic sealed class OnlineIdSystemTicketResult : IOnlineIdSystemTicketResultPublic NotInheritable Class OnlineIdSystemTicketResult Implements IOnlineIdSystemTicketResult// 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

ExtendedError ExtendedError ExtendedError ExtendedError

Represents the Windows Runtime error associated with a failed attempt to retrieve the system ticket.

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

The Windows Runtime error code.

Identity Identity Identity Identity

The OnlineIdSystemIdentity object corresponding to the device whose system ticket was retrieved.

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

Status Status Status Status

Gets the status of the system ticket call.

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