Table of Contents

Namespace SimpleSign.Core.Revocation

Classes

CrlClient

CRL (Certificate Revocation List) client for certificate revocation checking. Downloads CRLs, checks serial numbers, and verifies CRL signatures.

OcspClient

OCSP (Online Certificate Status Protocol) client for certificate revocation checking. Builds OCSP requests, sends them, and verifies response signatures.

OcspFetchResult

Result of an OCSP fetch operation, including revocation status, raw response bytes, and all responder certificates found in the response.

Interfaces

ICrlClient

CRL (Certificate Revocation List) client for certificate revocation checking.

IOcspClient

OCSP (Online Certificate Status Protocol) client for certificate revocation checking.