Multipart |
public static MultipartEncrypted Encrypt( EncryptionAlgorithm algorithm, IEnumerable<MailboxAddress> recipients, MimeEntity entity, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | recipients is null. -or- entity is null. |
ArgumentException | One or more of the recipient keys cannot be used for encrypting. |
NotSupportedException | A default OpenPgpContext has not been registered. -or- The specified encryption algorithm is not supported. |
ObjectDisposedException | entity has been disposed. |
OperationCanceledException | The operation was canceled via the cancellation token. |