Parameters
- pkiCertificateInfo
- PKI certificate info to be checked.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - checkDate
- The date used for comparison with revocation dates.
Return Value
Returns the CRL entry that revokes the pkiCertificateInfo at the date/time given by checkDate, if there is one. Returns
null
if no such CRL entry is found.
This method can return null
(Nothing
in Visual Basic).