EncryptionHelperDecryptData Method |
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string DecryptData(
string encryptedString
)
Parameters
- encryptedString
- Type: SystemString
Encrypted data as a base 64 string.
Return Value
Type:
StringSee Also