Class TransparencyLogException
- Namespace
- Sigstore.Exceptions
- Assembly
- Sigstore.dll
Transparency log material (checkpoint, signed entry timestamp, or log metadata) failed verification.
public sealed class TransparencyLogException : SigstoreException, ISerializable
- Inheritance
-
TransparencyLogException
- Implements
- Inherited Members
Constructors
TransparencyLogException(string)
Creates a new SigstoreException.
public TransparencyLogException(string message)
Parameters
messagestringHuman-readable explanation including which step failed.
TransparencyLogException(string, Exception)
Creates a new SigstoreException with an inner cause.
public TransparencyLogException(string message, Exception innerException)