ICryptography |
MimePart Encrypt( IEnumerable<MailboxAddress> recipients, Stream content, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | recipients is null. -or- content is null. |
OperationCanceledException | The operation was canceled via the cancellation token. |
CertificateNotFoundException | A certificate could not be found for one or more of the recipients. |