API Reference
Class
BenchmarkDigitalSignature
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.
Returned or exposed by
- Property BenchmarkExceptionRequest.Signature
- Property BenchmarkManualEvidencePackage.Signature
- Property BenchmarkRemediationPlan.Signature
- Property BenchmarkRequirementsManifest.Signature
- Method BenchmarkRequirementsTrust.Sign
- Method BenchmarkRequirementsTrust.SignBytes
- Property BenchmarkZoneEvidencePackage.Signature
- Property BenchmarkChangeTransaction.Signature
Accepted by parameters
Constructors
public BenchmarkDigitalSignature() #Inherited Methods
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.