次の方法で共有


OnlineIdSystemAuthenticator.Default プロパティ

定義

デバイスに現在ログインしているユーザーに対応する OnlineIdSystemAuthenticatorForUser のインスタンスを取得します。

public:
 static property OnlineIdSystemAuthenticatorForUser ^ Default { OnlineIdSystemAuthenticatorForUser ^ get(); };
static OnlineIdSystemAuthenticatorForUser Default();
public static OnlineIdSystemAuthenticatorForUser Default { get; }
var onlineIdSystemAuthenticatorForUser = OnlineIdSystemAuthenticator.default;
Public Shared ReadOnly Property Default As OnlineIdSystemAuthenticatorForUser

プロパティ値

ローカル ユーザーに対応する OnlineIdSystemAuthenticatorForUser

適用対象