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