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