Click or drag to resize
MimeKit

X509CertificateChain Methods

The X509CertificateChain type exposes the following members.

Methods
 NameDescription
Public methodAdd Add a certificate to the chain.
Public methodAddRange Add a range of certificates to the chain.
Public methodClear Clear the certificate chain.
Public methodContains Check if the chain contains the specified certificate.
Public methodCopyTo Copy all of the certificates in the chain to the specified array.
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetEnumerator Gets an enumerator for the list of certificates.
Public methodGetHashCode
(Inherited from Object)
Public methodGetMatches Gets an enumerator of matching X.509 certificates based on the specified selector.
Public methodGetType
(Inherited from Object)
Public methodIndexOf Get the index of a certificate within the chain.
Public methodInsert Insert a certificate at the specified index.
Protected methodMemberwiseClone
(Inherited from Object)
Public methodRemove Remove a certificate from the chain.
Public methodRemoveAt Remove a certificate at the specified index.
Public methodRemoveRange Removes the specified range of certificates from the chain.
Public methodToString
(Inherited from Object)
Top
See Also