SymmetricEncryption..::..Decrypt Method
Decrypts the specified cipher bytes. Returns null if the input is null.
Throws ArgumentException if the cipherBytes length is too short to be valid encrypted data.
Namespace:
WalterAssembly: Walter (in Walter.dll)
Syntax
Parameters
- cipherBytes
- Type: array<Byte>[]()[][]
The cipher bytes. Can be null.
Return Value
Decrypted byte array or null if the input is null.Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Invalid cipher text. Length too short to be valid encrypted data. - cipherBytes |

