[This is preliminary documentation and subject to change.]
Decrypts a given string.
An array of bytes, containing the unencrypted data.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | input is a null reference. |
| FormatException | input is an invalid Base64 string. |
| ArgumentException | The length of input is invalid. |
| CryptographicException | An error occurs during the decryption or integrity verification. |
StringEncryption Class | Org.Mentalis.SecurityServices.Cryptography Namespace