1 instantiation of UpdateClientCertArgs
NuGet.CommandLine.XPlat (1)
Commands\Verbs.cs (1)
467
var args = new
UpdateClientCertArgs
()
3 references to UpdateClientCertArgs
NuGet.CommandLine.XPlat (1)
Commands\Verbs.cs (1)
467
var
args = new UpdateClientCertArgs()
NuGet.Commands (2)
ClientCertificatesCommand\ClientCertArgsExtensions.cs (1)
136
public static void Validate(this
UpdateClientCertArgs
args)
ClientCertificatesCommand\UpdateClientCertRunner.cs (1)
16
public static void Run(
UpdateClientCertArgs
args, Func<ILogger> getLogger)