1 write to ValidAuthenticationTypesText
NuGet.Configuration (1)
PackageSource\PackageSourceCredential.cs (1)
105ValidAuthenticationTypesText = validAuthenticationTypesText;
3 references to ValidAuthenticationTypesText
NuGet.Configuration (3)
PackageSource\PackageSourceCredential.cs (3)
39ParseAuthTypeFilterString(ValidAuthenticationTypesText); 183return new PackageSourceCredential(Source, Username, PasswordText, IsPasswordClearText, ValidAuthenticationTypesText); 207return new CredentialsItem(Source, Username, PasswordText, IsPasswordClearText, ValidAuthenticationTypesText);