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