1 instantiation of AddClientCertArgs
NuGet.CommandLine.XPlat (1)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
97
var args = new
AddClientCertArgs
()
3 references to AddClientCertArgs
NuGet.CommandLine.XPlat (1)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
97
var
args = new AddClientCertArgs()
NuGet.Commands (2)
ClientCertificatesCommand\AddClientCertRunner.cs (1)
16
public static void Run(
AddClientCertArgs
args, Func<ILogger> getLogger)
ClientCertificatesCommand\ClientCertArgsExtensions.cs (1)
119
public static void Validate(this
AddClientCertArgs
args)