4 references to FindValue
NuGet.Commands (1)
ClientCertificatesCommand\ListClientCertRunner.cs (1)
77
builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesStoreCertFindValue, defaultIndentation, storeCertItem.
FindValue
);
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);
252
FindValue
));