| X509CertificateChainContains Method |
Checks if the chain contains the specified certificate.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool Contains(
X509Certificate certificate
)
Parameters
- certificate X509Certificate
- The certificate.
Return Value
BooleanField Value
Booleantrue if the specified certificate exists;
otherwise
Field Value
Booleanfalse.
Implements
ICollectionTContains(T)Exceptions Remarks
Determines whether or not the certificate chain contains the specified certificate.
See Also