Interface ITufClient
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
cancellationTokenCancellationTokenCancellation token.
Returns
- Task<TrustedRoot>
Trusted root protobuf model.