![]() | Secure |
public abstract Task DecryptToAsync( Stream encryptedData, Stream decryptedData, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | encryptedData is . -or- decryptedData is . |
OperationCanceledException | The operation was cancelled via the cancellation token. |