1 write to ValidAuthenticationTypes
NuGet.CommandLine.XPlat (1)
Commands\Verbs.cs (1)
411ValidAuthenticationTypes = validAuthenticationTypes.Value(),
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);