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