OnlineIdAuthenticator Constructor

Definition

Creates an instance of the OnlineIdAuthenticator.

In a desktop app, before using an instance of this class in a way that displays UI, you'll need to associate the object with its owner's window handle. For more info, and code examples, see Display WinRT UI objects that depend on CoreWindow.

Note

If you're developing for Windows 10 or later, use the Windows.Security.Authentication.Web.Core APIs instead. For more information, see Web account manager.

public:
 OnlineIdAuthenticator();
 OnlineIdAuthenticator();
public OnlineIdAuthenticator();
function OnlineIdAuthenticator()
Public Sub New ()

Applies to