OnlineIdSystemAuthenticator 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类处理应用尝试在设备上获取本地用户 ID,以便与系统票证功能一起使用 (请参阅备注) 。
public ref class OnlineIdSystemAuthenticator abstract 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 OnlineIdSystemAuthenticator 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 static class OnlineIdSystemAuthenticator
Public Class OnlineIdSystemAuthenticator
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|
注解
借助系统票证功能,应用可以向用户提供云服务并存储用户信息,即使用户未使用其 Microsoft 帐户登录, (MSA) 也是如此。 应用可以获取有关系统上的本地用户帐户的信息,以及有关系统本身的信息,以便跟踪此用户的设置和数据。
属性
Default |
获取与当前登录到设备的用户对应的 OnlineIdSystemAuthenticatorForUser 实例。 |
方法
GetForUser(User) |
获取对应于指定用户的 OnlineIdSystemAuthenticatorForUser 实例。 |