5 references to ValidAuthenticationTypes
NuGet.Configuration (5)
PackageSource\PackageSourceProvider.cs (1)
333credentialsItem.ValidAuthenticationTypes);
Settings\Items\CredentialsItem.cs (4)
200var newSetting = new CredentialsItem(ElementName, Username, Password, IsPasswordClearText, ValidAuthenticationTypes); 282if (!string.Equals(ValidAuthenticationTypes, credentials.ValidAuthenticationTypes, StringComparison.Ordinal)) 286_validAuthenticationTypes = new AddItem(ConfigurationConstants.ValidAuthenticationTypesToken, credentials.ValidAuthenticationTypes);