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