API Reference
Class
BenchmarkSigningCertificateStore
Resolves RSA signing certificates from the standard Windows personal certificate stores.
Inheritance
- Object
- BenchmarkSigningCertificateStore
Methods
public static X509Certificate2 FindByThumbprint(String thumbprint) #Returns:
X509Certificate2Finds a certificate with a private key by thumbprint in CurrentUser/My or LocalMachine/My and returns its store-backed key handle without exporting private-key material.
Parameters
- thumbprint System.String