| IX509CertificateDatabaseFind(X509Crl, X509CrlRecordFields) Method |
Finds the specified certificate revocation list.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax X509CrlRecord Find(
X509Crl crl,
X509CrlRecordFields fields
)
Parameters
- crl X509Crl
- The certificate revocation list.
- fields X509CrlRecordFields
- The desired fields.
Return Value
X509CrlRecordThe matching record if found; otherwise
null.
Remarks
Searches the database for the specified CRL, returning the matching record with
the desired fields populated.
See Also