TestimoX

API Reference

Class

BenchmarkSigningCertificateStore

Namespace TestimoX.Benchmarks.Requirements
Assembly TestimoX
Modifiers static

Resolves RSA signing certificates from the standard Windows personal certificate stores.

Inheritance

  • Object
  • BenchmarkSigningCertificateStore

Methods

public static X509Certificate2 FindByThumbprint(String thumbprint) #
Returns: X509Certificate2

Finds 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 requiredposition: 0