Checks whether the certificate revocation list contains the specified certificate.
Also makes sure that the CRL is suitable for the certificate.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function CheckCertificate ( _ subject As Certificate _ ) As RevocationCheckResult |
C# |
---|
public RevocationCheckResult CheckCertificate( Certificate subject ) |
Parameters
- subject
- Type: Rebex.Security.Certificates..::..Certificate
Certificate to check.
Return Value
Revocation check result.Remarks
Please note that this method does not check the validity of the CRL itself.
Call ValidateRevocationList(CertificateRevocationList, Nullable<(Of <<'(DateTime>)>>)) on the issuer certificate
to perform this check.