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

适用于