Table of Contents

Class SignatureVerificationException

Namespace
Sigstore.Exceptions
Assembly
Sigstore.dll

Cryptographic verification of the artifact signature against the leaf certificate failed.

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

Constructors

SignatureVerificationException(string)

Creates a new SigstoreException.

public SignatureVerificationException(string message)

Parameters

message string

Human-readable explanation including which step failed.

SignatureVerificationException(string, Exception)

Creates a new SigstoreException with an inner cause.

public SignatureVerificationException(string message, Exception innerException)

Parameters

message string

Human-readable explanation including which step failed.

innerException Exception

Underlying exception.