Table of Contents

Class FulcioException

Namespace
Sigstore.Exceptions
Assembly
Sigstore.dll

Fulcio certificate authority rejected the CSR or the returned chain failed validation.

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

Constructors

FulcioException(string)

Creates a new SigstoreException.

public FulcioException(string message)

Parameters

message string

Human-readable explanation including which step failed.

FulcioException(string, Exception)

Creates a new SigstoreException with an inner cause.

public FulcioException(string message, Exception innerException)

Parameters

message string

Human-readable explanation including which step failed.

innerException Exception

Underlying exception.