Share via


OnlineIdSystemAuthenticator.Default Property

Definition

Gets an instance of OnlineIdSystemAuthenticatorForUser that corresponds to the user currently logged in to the device.

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

Property Value

The OnlineIdSystemAuthenticatorForUser corresponding to the local user.

Applies to