UserIdentity.Tickets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains an array of tickets that identify the user. If your app uses the JWT policy, only one ticket is returned. This value is only available to Microsoft application partners.
Note
If you are developing for Windows 10 or greater, use the Windows.Security.Authentication.Web.Core APIs instead. For more information, see Web account manager.
public:
property IVectorView<OnlineIdServiceTicket ^> ^ Tickets { IVectorView<OnlineIdServiceTicket ^> ^ get(); };
IVectorView<OnlineIdServiceTicket> Tickets();
public IReadOnlyList<OnlineIdServiceTicket> Tickets { get; }
var iVectorView = userIdentity.tickets;
Public ReadOnly Property Tickets As IReadOnlyList(Of OnlineIdServiceTicket)
Property Value
An array of tickets that identify the user.