इसके माध्यम से साझा किया गया


OnlineIdServiceTicket.Value Property

Definition

The ticket.

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 Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = onlineIdServiceTicket.value;
Public ReadOnly Property Value As String

Property Value

String

Platform::String

winrt::hstring

A string that represents the ticket.

Applies to