Table of Contents

Interface ITransparencyLogVerifier

Namespace
Sigstore.Rekor
Assembly
Sigstore.dll

Rekor transparency log verifications (Merkle inclusion + signed notes).

public interface ITransparencyLogVerifier

Methods

VerifyTransparencyLogEntry(TransparencyLogEntry, TrustedRoot, IList<string>)

Verifies the bundled Rekor material against trustedRoot.

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.