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