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