| CredentialDialogTarget Property |
Gets or sets the target for the credentials, typically a server name.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Target { get; set; }
Public Property Target As String
Get
Set
public:
property String^ Target {
String^ get ();
void set (String^ value);
}
member Target : string with 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