Click or drag to resize
EncryptionHelperDecryptData Method
Decrypts data crypted by EncryptPassword() method.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string DecryptData(
	string crypted
)

Parameters

crypted
Type: SystemString
Crypted data.

Return Value

Type: String
See Also