Bouncy |
public override MimePart Encrypt( IEnumerable<MailboxAddress> recipients, Stream content, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | recipients is null. -or- content is null. |
ArgumentException | A certificate for one or more of the recipients could not be found. |
OperationCanceledException | The operation was canceled via the cancellation token. |
CertificateNotFoundException | A certificate could not be found for one or more of the recipients. |
CmsException | An error occurred in the cryptographic message syntax subsystem. |