Click or drag to resize

CredentialDialogTarget Property

Gets or sets the target for the credentials, typically a server name.

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 Target { get; set; }

Property Value

Type: String
The target for the credentials. The default value is an empty string ("").
Remarks
Credentials are stored on a per user, not on a per application basis. To ensure that credentials stored by different applications do not conflict, you should prefix the target with an application-specific identifer, e.g. "Company_Application_target".
See Also