Click or drag to resize

CredentialDialogPassword Property

Gets the password the user entered in the dialog.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Password { get; }

Property Value

Type: String
The password entered in the password field of the credentials dialog.
See Also