MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
X509CertificateStore Class
X509CertificateStore Methods
Add Method
AddRange Method
Export Method
GetMatches Method
GetPrivateKey Method
Import Method
Remove Method
RemoveRange Method
X509Certificate
Store
Add Method
Adds the specified certificate to the store.
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.
Exceptions
Exception
Condition
ArgumentNullException
certificate
is
null
.
Remarks
Adds the specified certificate to the store.
See Also
Reference
X509CertificateStore Class
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast