Click or drag to resize
MimeKit

IX509CertificateDatabaseFindCertificates Method

Finds the certificates matching the specified selector.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
IEnumerable<X509Certificate> FindCertificates(
	ISelector<X509Certificate> selector
)

Parameters

selector  ISelectorX509Certificate
The match selector or null to return all certificates.

Return Value

IEnumerableX509Certificate
The matching certificates.
Remarks
Searches the database for certificates matching the selector, returning all matching certificates.
See Also