CertificateRevocationList.CheckCertificate Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9448)
CheckCertificate(Certificate)
Checks whether the certificate revocation list contains the specified certificate. Also makes sure that the CRL is suitable for the certificate.
Declaration
public RevocationCheckResult CheckCertificate(Certificate subject)
Parameters
| Type | Name | Description |
|---|---|---|
| Certificate | subject | Certificate to check. |
Returns
| Type | Description |
|---|---|
| RevocationCheckResult | Revocation check result. |
Remarks
Please note that this method does not check the validity of the CRL itself. Call ValidateRevocationList(CertificateRevocationList, Nullable<DateTime>) on the issuer certificate to perform this check.