[This is preliminary documentation and subject to change.]
Decrypts a given string.
A string containing the unencrypted data.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | input or encoding 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 | StringEncryption.DecryptString Overload List