Table of Contents

Interface ICrlClient

Namespace
SimpleSign.Core.Revocation
Assembly
SimpleSign.Core.dll

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

public interface ICrlClient

Methods

CheckCrlAsync(X509Certificate2, string, CancellationToken)

Downloads and checks a CRL for the given certificate.

Task<bool> CheckCrlAsync(X509Certificate2 cert, string crlUrl, CancellationToken ct)

Parameters

cert X509Certificate2
crlUrl string
ct CancellationToken

Returns

Task<bool>