2 references to ValidAuthenticationTypes
NuGet.Commands (1)
SourcesCommands\SourceRunners.cs (1)
298var hasExistingAuthTypes = existingSource.Credentials?.ValidAuthenticationTypes.Any() ?? false;
NuGet.Configuration (1)
PackageSource\PackageSourceCredential.cs (1)
178return new AuthTypeFilteredCredentials(new NetworkCredential(Username, Password), ValidAuthenticationTypes);