|  | X509CertificateChainContains Method | 
            Checks if the chain contains the specified certificate.
            
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
 Syntax
Syntaxpublic bool Contains(
	X509Certificate certificate
)
Parameters
- certificate  X509Certificate
- The certificate.
Return Value
Boolean if the specified certificate exists;
            otherwise, 
.
Implements
ICollectionTContains(T) Exceptions
Exceptions Remarks
Remarks
            Determines whether the certificate chain contains the specified certificate.
            
 See Also
See Also