OnlineIdSystemAuthenticatorForUser 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示单个设备上的单个用户实体 (系统) 的身份验证信息。
public ref class OnlineIdSystemAuthenticatorForUser sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class OnlineIdSystemAuthenticatorForUser final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class OnlineIdSystemAuthenticatorForUser
Public NotInheritable Class OnlineIdSystemAuthenticatorForUser
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|
属性
ApplicationId |
调用应用程序的唯一 ID 值。 使用系统票证功能的 Windows 桌面应用程序必须在调用 GetTicketAsync 之前显式设置此值。 |
User |
获取此 OnlineIdSystemAuthenticatorForUser 的相应 Windows 用户。 |
方法
GetTicketAsync(OnlineIdServiceTicketRequest) |
尝试检索设备的系统票证。 |