Click or drag to resize
MimeKit

X509CertificateStoreExport(Stream) Method

Exports the certificates to an unencrypted stream.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Export(
	Stream stream
)

Parameters

stream  Stream
The output stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
IOException An error occurred while writing to the stream.
Remarks
Exports the certificates to an unencrypted stream.
See Also