 | X509CertificateChainRemove Method |
Removes the specified certificate from the chain.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic bool Remove(
X509Certificate certificate
)
Parameters
- certificate X509Certificate
- The certificate.
Return Value
Boolean if the certificate was removed; otherwise,
.
Implements
ICollectionTRemove(T)
Exceptions
Remarks
Removes the specified certificate from the chain.
See Also