Click or drag to resize
MimeKit

X509CertificateChain Methods

The X509CertificateChain type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds the specified certificate to the chain.
Public methodAddRange Adds the specified range of certificates to the chain.
Public methodClear Clears the certificate chain.
Public methodContains Checks if the chain contains the specified certificate.
Public methodCopyTo Copies 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 Gets the index of the specified certificate within the chain.
Public methodInsert Inserts the certificate at the specified index.
Protected methodMemberwiseClone
(Inherited from Object)
Public methodRemove Removes the specified certificate from the chain.
Public methodRemoveAt Removes the certificate at the specified index.
Public methodRemoveRange Removes the specified range of certificates from the chain.
Public methodToString
(Inherited from Object)
Top
See Also