Multipart |
public static Task<MultipartEncrypted> EncryptAsync( IEnumerable<PgpPublicKey> 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. |
ObjectDisposedException | entity has been disposed. |
OperationCanceledException | The operation was canceled via the cancellation token. |