Table of Contents

Interface ITufClient

Namespace
Sigstore.Tuf
Assembly
Sigstore.dll

Fetches the Sigstore Public Good trusted root via TUF.

public interface ITufClient

Methods

FetchPublicGoodTrustedRootAsync(CancellationToken)

Downloads and verifies TUF metadata, then returns the parsed TrustedRoot.

Task<TrustedRoot> FetchPublicGoodTrustedRootAsync(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Cancellation token.

Returns

Task<TrustedRoot>

Trusted root protobuf model.