 | IX509CertificateDatabase.Find(X509Certificate, X509CertificateRecordFields) Method |
Find the specified certificate.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
SyntaxX509CertificateRecord Find(
X509Certificate certificate,
X509CertificateRecordFields fields
)
Parameters
- certificate X509Certificate
- The certificate.
- fields X509CertificateRecordFields
- The desired fields.
Return Value
X509CertificateRecordThe matching record if found; otherwise
null.
Remarks
Searches the database for the specified certificate, returning the matching
record with the desired fields populated.
See Also