Multipart |
public static Task<MultipartEncrypted> EncryptAsync( IEnumerable<MailboxAddress> recipients, MimeEntity entity, CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ArgumentNullException | recipients is . -or- entity is . |
| NotSupportedException | A default OpenPgpContext has not been registered. |
| ObjectDisposedException | entity has been disposed. |
| OperationCanceledException | The operation was canceled via the cancellation token. |
| PublicKeyNotFoundException | A public key for one or more of the recipients could not be found. |