ISecure |
void DecryptTo( Stream encryptedData, Stream decryptedData, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | encryptedData is null. -or- decryptedData is null. |
OperationCanceledException | The operation was cancelled via the cancellation token. |