Table of Contents

Class DefaultAuthenticationHandler

Namespace
DotNetBrowser.WinForms.Dialogs
Assembly
DotNetBrowser.WinForms.dll

Default WinForms authentication handler, which displays an authentication dialog.

public class DefaultAuthenticationHandler : DialogHandlerBase, IHandler<AuthenticateParameters, AuthenticateResponse>
Inheritance
DefaultAuthenticationHandler
Implements
Inherited Members

Constructors

DefaultAuthenticationHandler(Control)

Creates and initializes the dialog handler.

Methods

Handle(AuthenticateParameters)

This method is called when the Chromium callback needs a response that may be determined based on the provided parameters.