Table of Contents

Class TransparencyLogVerifier

Namespace
Sigstore.Rekor
Assembly
Sigstore.dll

Verifies Rekor inclusion proofs and signed checkpoints using trusted transparency log keys from TrustedRoot.

public sealed class TransparencyLogVerifier : ITransparencyLogVerifier
Inheritance
TransparencyLogVerifier
Implements
Inherited Members

Methods

VerifyTransparencyLogEntry(TransparencyLogEntry, TrustedRoot, IList<string>)

Verifies the bundled Rekor material against trustedRoot.

public void VerifyTransparencyLogEntry(TransparencyLogEntry entry, TrustedRoot trustedRoot, IList<string> auditTrail)

Parameters

entry TransparencyLogEntry

Parsed transparency log entry from the bundle.

trustedRoot TrustedRoot

Trusted Rekor keys and metadata.

auditTrail IList<string>

Mutable list receiving human-readable steps.