TestimoX

API Reference

Class

BenchmarkDigitalSignature

Namespace TestimoX.Benchmarks.Requirements
Assembly TestimoX
Modifiers sealed

Contains a detached X.509-backed signature over the canonical requirements manifest.

Inheritance

  • Object
  • BenchmarkDigitalSignature

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public String Algorithm { get; set; } #

Gets or sets the supported signature algorithm.

public String Certificate { get; set; } #

Gets or sets the signing certificate as Base64 DER.

public String CertificateThumbprint { get; set; } #

Gets or sets the normalized signing-certificate thumbprint.

public DateTimeOffset SignedAt { get; set; } #

Gets or sets the UTC signing time asserted by the publisher.

public String Value { get; set; } #

Gets or sets the Base64 signature.