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