Table of Contents

Class TrustedRootException

Namespace
Sigstore.Exceptions
Assembly
Sigstore.dll

Trusted material from TUF (or a caller-supplied trusted root) could not be fetched or validated.

public sealed class TrustedRootException : SigstoreException, ISerializable
Inheritance
TrustedRootException
Implements
Inherited Members

Constructors

TrustedRootException(string)

Creates a new SigstoreException.

public TrustedRootException(string message)

Parameters

message string

Human-readable explanation including which step failed.

TrustedRootException(string, Exception)

Creates a new SigstoreException with an inner cause.

public TrustedRootException(string message, Exception innerException)

Parameters

message string

Human-readable explanation including which step failed.

innerException Exception

Underlying exception.