| X509CertificateChainRemove Method |
Removes the specified certificate from the chain.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool Remove(
X509Certificate certificate
)
Parameters
- certificate X509Certificate
- The certificate.
Return Value
BooleanField Value
Booleantrue if the certificate was removed; otherwise
Field Value
Booleanfalse.
Implements
ICollectionTRemove(T)Exceptions Remarks
Removes the specified certificate from the chain.
See Also