Click or drag to resize

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)
Syntax
public bool ShowUIForSavedCredentials { 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