Click or drag to resize
MimeKit

X509CertificateDatabaseFindCertificates Method

Finds the certificates matching the specified selector.

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

Parameters

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

Return Value

IEnumerableX509Certificate
The matching certificates.

Implements

IX509CertificateDatabaseFindCertificates(ISelectorX509Certificate)
Remarks
Searches the database for certificates matching the selector, returning all matching certificates.
See Also