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 の インスタンスを取得します。 |