Windows |
public override void DecryptTo( Stream encryptedData, Stream decryptedData, CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ArgumentNullException | encryptedData is . -or- decryptedData is . |
| OperationCanceledException | The operation was canceled via the cancellation token. |
| CryptographicException | An error occurred in the cryptographic message syntax subsystem. |