| X509CertificateStoreGetMatches Method |
Gets an enumerator of matching X.509 certificates based on the specified selector.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public IEnumerable<X509Certificate> GetMatches(
ISelector<X509Certificate> selector
)
Parameters
- selector ISelectorX509Certificate
- The match criteria.
Return Value
IEnumerableX509CertificateThe matching certificates.
Remarks
Gets an enumerator of matching X.509 certificates based on the specified selector.
See Also