Click or drag to resize
MimeKit

SecureMimeContextImport(Stream, CancellationToken) Method

Import certificates (as from a certs-only application/pkcs-mime part) from the specified stream.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public override void Import(
	Stream stream,
	CancellationToken cancellationToken = default
)

Parameters

stream  Stream
The raw key data.
cancellationToken  CancellationToken  (Optional)
The cancellation token.

Implements

ICryptographyContextImport(Stream, CancellationToken)
ICryptographyContextImport(Stream, CancellationToken)
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is .
OperationCanceledException The operation was cancelled via the cancellation token.
CmsException An error occurred in the cryptographic message syntax subsystem.
Remarks
Imports certificates (as from a certs-only application/pkcs-mime part) from the specified stream.
See Also