Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Method converts the encrypted data back to its original form.
Syntax
server public static str DecryptData(
str data,
str algorithmName,
str invariant,
str context,
str cell)
Run On
Server
Parameters
- data
Type: str
The data string.
- algorithmName
Type: str
The algorithm name.
- invariant
Type: str
The variant info.
- context
Type: str
The context of the text message.
- cell
Type: str
Remote location cell info.
Return Value
Type: str
Converted string.