C# Class Microsoft.Identity.Client.WindowsFormsWebAuthenticationDialog

Inheritance: WindowsFormsWebAuthenticationDialogBase
Afficher le fichier Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
ShowBrowser ( ) : void

WindowsFormsWebAuthenticationDialog ( object ownerWindow ) : System

Default constructor

Méthodes protégées

Méthode Description
OnAuthenticate ( ) : void

OnClosingUrl ( ) : void

OnNavigationCanceled ( int inputStatusCode ) : void

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

Private Methods

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

Method Details

OnAuthenticate() protected méthode

protected OnAuthenticate ( ) : void
Résultat void

OnClosingUrl() protected méthode

protected OnClosingUrl ( ) : void
Résultat void

OnNavigationCanceled() protected méthode

protected OnNavigationCanceled ( int inputStatusCode ) : void
inputStatusCode int
Résultat void

ShowBrowser() public méthode

public ShowBrowser ( ) : void
Résultat void

WebBrowserNavigatingHandler() protected méthode

protected WebBrowserNavigatingHandler ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void
sender object
e System.Windows.Forms.WebBrowserNavigatingEventArgs
Résultat void

WindowsFormsWebAuthenticationDialog() public méthode

Default constructor
public WindowsFormsWebAuthenticationDialog ( object ownerWindow ) : System
ownerWindow object
Résultat System