|  | Bouncy | 
 Syntax
Syntaxpublic override void DecryptTo( Stream encryptedData, Stream decryptedData, CancellationToken cancellationToken = default )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | encryptedData is . -or- decryptedData is . | 
| OperationCanceledException | The operation was canceled via the cancellation token. | 
| CmsException | An error occurred in the cryptographic message syntax subsystem. | 
 Remarks
Remarks See Also
See Also