  | IX509CertificateDatabaseFind(X509Name, X509CrlRecordFields) Method | 
            Finds the CRL records for the specified issuer.
            
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
SyntaxIEnumerable<X509CrlRecord> Find(
	X509Name issuer,
	X509CrlRecordFields fields
)
Parameters
- issuer  X509Name
 - The issuer.
 - fields  X509CrlRecordFields
 - The desired fields.
 
Return Value
IEnumerableX509CrlRecordThe matching CRL records populated with the desired fields.
Remarks
            Searches the database for CRL records matching the specified issuer, returning
            all matching records populated with the desired fields.
            
See Also