Click or drag to resize
MimeKit

X509CertificateStoreImport(Stream) Method

Imports the certificate(s) from the specified stream.

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

Parameters

stream  Stream
The stream to import.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
IOException An error occurred reading the stream.
Remarks
Imports the certificate(s) from the specified stream.
See Also