Summary
Gets or sets a value indicating whether to not encrypt the password and store it in clear text. (Default:
false
).
- Namespace
- Cake
.Common .Tools .NuGet .Sources - Containing Type
- NuGetSourcesSettings
Syntax
public bool StorePasswordInClearText { get; set; }
Value
Type | Description |
---|---|
bool |
true if password is stored as unencrypted; otherwise, false .
|