MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
X509CertificateChain Class
X509CertificateChain Methods
Add Method
AddRange Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
GetMatches Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
RemoveRange Method
X509Certificate
Chain
Add Method
Adds the specified certificate to the chain.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
Add
(
X509Certificate
certificate
)
Parameters
certificate
X509Certificate
The certificate.
Implements
ICollection
T
Add(T)
Exceptions
Exception
Condition
ArgumentNullException
certificate
is
null
.
Remarks
Adds the specified certificate to the chain.
See Also
Reference
X509CertificateChain Class
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast