Click or drag to resize
MimeKit

X509CertificateChainGetMatches Method

Gets an enumerator of matching X.509 certificates based on the specified selector.

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

Parameters

selector  ISelectorX509Certificate
The match criteria.

Return Value

IEnumerableX509Certificate
The matching certificates.
Remarks
Gets an enumerator of matching X.509 certificates based on the specified selector.
See Also