Click or drag to resize
MimeKit

X509CertificateDatabaseFind(X509Crl, X509CrlRecordFields) Method

Finds the specified certificate revocation list.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public X509CrlRecord Find(
	X509Crl crl,
	X509CrlRecordFields fields
)

Parameters

crl  X509Crl
The certificate revocation list.
fields  X509CrlRecordFields
The desired fields.

Return Value

X509CrlRecord
The matching record if found; otherwise null.

Implements

IX509CertificateDatabaseFind(X509Crl, X509CrlRecordFields)
Exceptions
ExceptionCondition
ArgumentNullExceptioncrl is null.
Remarks
Searches the database for the specified CRL, returning the matching record with the desired fields populated.
See Also