Table of Contents

Class DefaultAuthenticationHandler

Namespace
DotNetBrowser.Wpf.Dialogs
Assembly
DotNetBrowser.Wpf.dll

Default Wpf authentication handler, which displays an authentication dialog.

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

Constructors

DefaultAuthenticationHandler(DependencyObject)

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.