OnlineIdAuthenticator
OnlineIdAuthenticator
OnlineIdAuthenticator
OnlineIdAuthenticator
OnlineIdAuthenticator
Constructor
Definition
Creates an instance of the OnlineIdAuthenticator.
Note
If you are developing for Windows 10 or greater, use the Windows.Security.Authentication.Web.Core APIs instead. For more information, see Web account manager.
public : OnlineIdAuthenticator()
OnlineIdAuthenticator() const;
public OnlineIdAuthenticator()
Public Sub New()
var onlineIdAuthenticator = new onlineIdAuthenticator();
Remarks
To use this object from a desktop app, create the object, and then use the IInitializeWithWindow::Initialize method to associate the object with a window handle.
Feedback
Loading feedback...