OnlineIdServiceTicket.Request 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.
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.