Namespace SimpleSign.Core.Validation
Classes
- CertificateValidationException
Thrown when a certificate fails validation — for example, when the certificate chain cannot be built, the certificate has expired, or the root CA is not trusted.
- RevocationCheckException
Thrown when a certificate revocation check fails — for example, when an OCSP responder times out, a CRL cannot be downloaded, or the certificate has been revoked.
- ValidationException
Thrown when the PDF validation engine encounters a structural or cryptographic error that prevents validation from completing.
- ValidationOptions
Options for the validation engine.
Enums
- RevocationSource
Describes the mechanism used to verify the revocation status of a signer's certificate. Useful for distinguishing offline (B-LT/B-LTA) from online (B-T) revocation checks.