Class WindowsFormsWebAuthenticationDialog | Azure SDK for Net
Leah Mitchell
Published Feb 16, 2026
Inheritance
WindowsFormsWebAuthenticationDialog
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll
Syntax
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Runtime.InteropServices.ComVisible(true)]
public class WindowsFormsWebAuthenticationDialog : Microsoft.IdentityModel.Clients.ActiveDirectory.Internal.WindowsFormsWebAuthenticationDialogBase Constructors
WindowsFormsWebAuthenticationDialog(Object)
Declaration
public WindowsFormsWebAuthenticationDialog (object ownerWindow); Parameters
Methods
OnAuthenticate()
Declaration
protected override void OnAuthenticate (); OnClosingUrl()
Declaration
protected override void OnClosingUrl (); OnNavigationCanceled(Int32)
Declaration
protected override void OnNavigationCanceled (int statusCode); Parameters
ShowBrowser()
Declaration
public void ShowBrowser (); WebBrowserNavigatingHandler(Object, WebBrowserNavigatingEventArgs)
Declaration
protected override void WebBrowserNavigatingHandler (object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e);