C# Class Microsoft.Identity.Client.WindowsFormsWebAuthenticationDialog

Inheritance: WindowsFormsWebAuthenticationDialogBase
Mostrar archivo Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Public Methods

Method Description
ShowBrowser ( ) : void

WindowsFormsWebAuthenticationDialog ( object ownerWindow ) : System

Default constructor

Protected Methods

Method Description
OnAuthenticate ( ) : void

OnClosingUrl ( ) : void

OnNavigationCanceled ( int inputStatusCode ) : void

WebBrowserNavigatingHandler ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void

Private Methods

Method Description
FormShownHandler ( object sender, EventArgs e ) : void
SetBrowserControlZoom ( int zoomPercent ) : void
SetBrowserZoom ( ) : void
WebBrowserDocumentTitleChangedHandler ( object sender, EventArgs e ) : void

Method Details

OnAuthenticate() protected method

protected OnAuthenticate ( ) : void
return void

OnClosingUrl() protected method

protected OnClosingUrl ( ) : void
return void

OnNavigationCanceled() protected method

protected OnNavigationCanceled ( int inputStatusCode ) : void
inputStatusCode int
return void

ShowBrowser() public method

public ShowBrowser ( ) : void
return void

WebBrowserNavigatingHandler() protected method

protected WebBrowserNavigatingHandler ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void
sender object
e System.Windows.Forms.WebBrowserNavigatingEventArgs
return void

WindowsFormsWebAuthenticationDialog() public method

Default constructor
public WindowsFormsWebAuthenticationDialog ( object ownerWindow ) : System
ownerWindow object
return System