Click or drag to resize

DefaultAuthenticationHandler Constructor

Creates and initializes the dialog handler.

Namespace:  DotNetBrowser.Wpf.Dialogs
Assembly:  DotNetBrowser.Wpf (in DotNetBrowser.Wpf.dll) Version: 2.13.0
Syntax
C#
public DefaultAuthenticationHandler(
	DependencyObject parent
)

Parameters

parent
Type: System.WindowsDependencyObject
The parent object for the dialog displayed by this handler.
See Also