OnlineIdServiceTicket.Request Property

Definition

Represents the OnlineIdServiceTicketRequest for which the ticket was obtained.

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 OnlineIdServiceTicketRequest ^ Request { OnlineIdServiceTicketRequest ^ get(); };
OnlineIdServiceTicketRequest Request();
public OnlineIdServiceTicketRequest Request { get; }
var onlineIdServiceTicketRequest = onlineIdServiceTicket.request;
Public ReadOnly Property Request As OnlineIdServiceTicketRequest

Property Value

Provides the ability for an app to specify the service and policy that is used to authenticate a Live user to obtain identity properties and tickets.

Applies to