API Reference
Class
BenchmarkManualEvidencePackage
Contains signed manual-control attestations bound to one exact company requirements bundle and zone.
Inheritance
- Object
- BenchmarkManualEvidencePackage
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
Accepted by parameters
Constructors
public BenchmarkManualEvidencePackage() #Inherited Methods
Properties
public Int32 SchemaVersion { get; set; } #Gets or sets the manual-evidence schema version.
public Guid PackageId { get; set; } #Gets or sets the package identifier.
public String RequirementsId { get; set; } #Gets or sets the exact requirements identifier.
public String RequirementsVersion { get; set; } #Gets or sets the exact requirements version.
public String RequirementsBundleHash { get; set; } #Gets or sets the exact requirements bundle SHA-256 hash.
public String ZoneId { get; set; } #Gets or sets the zone to which all attestations apply.
public List<BenchmarkManualEvidenceAttestation> Attestations { get; set; } #Gets or sets the reviewed attestations.
public String ContentHash { get; set; } #Gets or sets the SHA-256 content hash excluding this property and signature.
public BenchmarkDigitalSignature Signature { get; set; } #Gets or sets the attestor approval signature.