4 references to FindValue
NuGet.Commands (1)
ClientCertificatesCommand\ListClientCertRunner.cs (1)
77builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesStoreCertFindValue, defaultIndentation, storeCertItem.FindValue);
NuGet.Configuration (3)
Settings\Items\StoreClientCertItem.cs (3)
234return new StoreClientCertItem(PackageSource, FindValue, StoreLocation, StoreName, FindType); 243X509Certificate2Collection foundCertificates = store.Certificates.Find(FindType, FindValue, false); 252FindValue));