OnlineIdSystemAuthenticator.Default Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.