OnlineIdSystemIdentity OnlineIdSystemIdentity OnlineIdSystemIdentity OnlineIdSystemIdentity Class

Definition

Identifies the local device (system) on which the user account in question exists.

public : sealed class OnlineIdSystemIdentity : IOnlineIdSystemIdentitypublic sealed class OnlineIdSystemIdentity : IOnlineIdSystemIdentityPublic NotInheritable Class OnlineIdSystemIdentity Implements IOnlineIdSystemIdentity// 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

Id Id Id Id

A unique string identifier for the local system of this OnlineIdSystemIdentity.

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

The unique identifier for this local system.

Ticket Ticket Ticket Ticket

Provides additional information about the device.

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