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