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