4 references to StoreName
NuGet.Commands (1)
ClientCertificatesCommand\ListClientCertRunner.cs (1)
73
builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesStoreCertStoreName, defaultIndentation, StoreClientCertItem.GetString(storeCertItem.
StoreName
));
NuGet.Configuration (3)
Settings\Items\StoreClientCertItem.cs (3)
234
return new StoreClientCertItem(PackageSource, FindValue, StoreLocation,
StoreName
, FindType);
239
var store = new X509Store(
StoreName
, StoreLocation);
250
GetString(
StoreName
),