Click or drag to resize

CredentialDialogCredentials Property

Gets the user-specified user name and password in a NetworkCredential object.

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

Property Value

Type: NetworkCredential
A NetworkCredential instance containing the user name and password specified on the dialog.
See Also