2 references to CredentialsItem
NuGet.Configuration (2)
PackageSource\PackageSourceCredential.cs (1)
207
return new
CredentialsItem
(Source, Username, PasswordText, IsPasswordClearText, ValidAuthenticationTypesText);
Settings\Items\CredentialsItem.cs (1)
200
var newSetting = new
CredentialsItem
(ElementName, Username, Password, IsPasswordClearText, ValidAuthenticationTypes);