OnlineIdServiceTicket.Value 属性

定义

票证。

注意

如果要针对Windows 10或更高版本进行开发,请改用 Windows.Security.Authentication.Web.Core API。 有关详细信息,请参阅 Web 帐户管理器

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

属性值

String

Platform::String

winrt::hstring

表示票证的字符串。

适用于