DefaultAuthenticationHandler Constructor |
Creates and initializes the dialog handler.
Namespace:
DotNetBrowser.Wpf.Dialogs
Assembly:
DotNetBrowser.Wpf (in DotNetBrowser.Wpf.dll) Version: 2.24.2
Syntax public DefaultAuthenticationHandler(
DependencyObject parent
)
Parameters
- parent
- Type: System.WindowsDependencyObject
The parent object for the dialog displayed by this handler.
See Also