Multipart |
public static MultipartEncrypted Encrypt( EncryptionAlgorithm algorithm, IEnumerable<PgpPublicKey> recipients, MimeEntity entity, CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ArgumentNullException | recipients is . -or- entity is . |
| 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. |