MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
X509CertificateStore Class
X509CertificateStore Methods
Export Method
Export(Stream) Method
Export(String) Method
Export(Stream, String) Method
Export(String, String) Method
X509Certificate
Store
Export(Stream) Method
Exports the certificates to an unencrypted stream.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
Export
(
Stream
stream
)
Parameters
stream
Stream
The output stream.
Exceptions
Exception
Condition
ArgumentNullException
stream
is
null
.
IOException
An error occurred while writing to the stream.
Remarks
Exports the certificates to an unencrypted stream.
See Also
Reference
X509CertificateStore Class
Export Overload
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast