  | CredentialDialogShowUIForSavedCredentials Property  | 
 
            Gets or sets a value that indicates whether the dialog should be displayed even when saved credentials exist for the 
            specified target.
            
 
    Namespace: 
   Ookii.Dialogs.Wpf
    Assembly:
   Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool ShowUIForSavedCredentials { get; set; }Public Property ShowUIForSavedCredentials As Boolean
	Get
	Set
public:
property bool ShowUIForSavedCredentials {
	bool get ();
	void set (bool value);
}member ShowUIForSavedCredentials : bool with get, set
Property Value
Type: 
Boolean if the dialog is displayed even when saved credentials exist; otherwise, 
.
            The default value is 
.
            
Remarks
              This property applies only when the ShowSaveCheckBox property is .
            
              Note that even if this property is , if the proper credentials exist in the 
              application instance credentials cache the dialog will not be displayed.
            
See Also