Cryptography |
public abstract Task<MimeEntity> DecryptAsync( Stream encryptedData, CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ArgumentNullException | encryptedData is . |
| OperationCanceledException | The operation was cancelled via the cancellation token. |