3 instantiations of StoreClientCertItem
NuGet.Commands (1)
ClientCertificatesCommand\AddClientCertRunner.cs (1)
41
item = new
StoreClientCertItem
(args.PackageSource,
NuGet.Configuration (2)
Settings\Items\StoreClientCertItem.cs (1)
234
return new
StoreClientCertItem
(PackageSource, FindValue, StoreLocation, StoreName, FindType);
Settings\SettingFactory.cs (1)
92
return new
StoreClientCertItem
(element, origin);
5 references to StoreClientCertItem
NuGet.Commands (5)
ClientCertificatesCommand\ListClientCertRunner.cs (4)
70
case
StoreClientCertItem
storeCertItem:
71
builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesStoreCertStoreLocation, defaultIndentation,
StoreClientCertItem
.GetString(storeCertItem.StoreLocation));
73
builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesStoreCertStoreName, defaultIndentation,
StoreClientCertItem
.GetString(storeCertItem.StoreName));
75
builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesStoreCertFindBy, defaultIndentation,
StoreClientCertItem
.GetString(storeCertItem.FindType));
ClientCertificatesCommand\UpdateClientCertRunner.cs (1)
44
case
StoreClientCertItem
storeCertItem: