3 instantiations of FileClientCertItem
NuGet.Commands (1)
ClientCertificatesCommand\AddClientCertRunner.cs (1)
33
item = new
FileClientCertItem
(args.PackageSource,
NuGet.Configuration (2)
Settings\Items\FileClientCertItem.cs (1)
158
return new
FileClientCertItem
(PackageSource, FilePath, Password, IsPasswordIsClearText, Origin!);
Settings\SettingFactory.cs (1)
89
return new
FileClientCertItem
(element, origin);
2 references to FileClientCertItem
NuGet.Commands (2)
ClientCertificatesCommand\ListClientCertRunner.cs (1)
52
case
FileClientCertItem
fileCertItem:
ClientCertificatesCommand\UpdateClientCertRunner.cs (1)
34
case
FileClientCertItem
fileCertItem: