OnlineIdSystemAuthenticatorForUser.GetTicketAsync Method
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.
Attempts to retrieve the system ticket for the device.
public:
virtual IAsyncOperation<OnlineIdSystemTicketResult ^> ^ GetTicketAsync(OnlineIdServiceTicketRequest ^ request) = GetTicketAsync;
/// [Windows.Foundation.Metadata.Overload("GetTicketAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<OnlineIdSystemTicketResult> GetTicketAsync(OnlineIdServiceTicketRequest const& request);
[Windows.Foundation.Metadata.Overload("GetTicketAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<OnlineIdSystemTicketResult> GetTicketAsync(OnlineIdServiceTicketRequest request);
function getTicketAsync(request)
Public Function GetTicketAsync (request As OnlineIdServiceTicketRequest) As IAsyncOperation(Of OnlineIdSystemTicketResult)
Parameters
- request
- OnlineIdServiceTicketRequest
The OnlineIdServiceTicketRequest representing the specifications for authenticating this user account.
Returns
An asynchronous task containing the system ticket result.
- Attributes