3 references to PasswordKey
NuGet.CommandLine.XPlat (1)
Commands\ConfigCommands\ConfigRunners.cs (1)
113
bool encrypt = args.ConfigKey.Equals(ConfigurationConstants.
PasswordKey
, StringComparison.OrdinalIgnoreCase);
NuGet.Configuration (2)
Proxy\ProxyCache.cs (1)
92
var password = SettingsUtility.GetDecryptedValueForAddItem(_settings, ConfigurationConstants.Config, ConfigurationConstants.
PasswordKey
);
Utility\ConfigurationContants.cs (1)
154
PasswordKey
,