Table of Contents

Class CertificateValidationException

Namespace
Sigstore.Exceptions
Assembly
Sigstore.dll

Fulcio certificate chain validation failed against the configured certificate authorities.

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

Constructors

CertificateValidationException(string)

Creates a new SigstoreException.

public CertificateValidationException(string message)

Parameters

message string

Human-readable explanation including which step failed.

CertificateValidationException(string, Exception)

Creates a new SigstoreException with an inner cause.

public CertificateValidationException(string message, Exception innerException)

Parameters

message string

Human-readable explanation including which step failed.

innerException Exception

Underlying exception.