1 write to ValidAuthenticationTypes
NuGet.CommandLine.XPlat (1)
Commands\NuGet\Update\DotnetNuGetUpdateCommand.cs (1)
56ValidAuthenticationTypes = parseResult.GetValue(validAuthenticationTypes),
3 references to ValidAuthenticationTypes
NuGet.Commands (3)
SourcesCommands\SourceRunners.cs (3)
294RunnerHelper.ValidateCredentials(args.Username, args.Password, args.ValidAuthenticationTypes); 299if (hasExistingAuthTypes && string.IsNullOrEmpty(args.ValidAuthenticationTypes)) 310args.ValidAuthenticationTypes);