EncryptionHelperDecryptData Method |
Decrypts data crypted by EncryptPassword() method.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string DecryptData(
string crypted
)
Parameters
- crypted
- Type: SystemString
Crypted data.
Return Value
Type:
StringSee Also