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