| IX509CertificateDatabaseFindCertificates Method |
Finds the certificates matching the specified selector.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax IEnumerable<X509Certificate> FindCertificates(
ISelector<X509Certificate> selector
)
Parameters
- selector ISelectorX509Certificate
- The match selector or null to return all certificates.
Return Value
IEnumerableX509CertificateThe matching certificates.
Remarks
Searches the database for certificates matching the selector, returning all
matching certificates.
See Also