Click or drag to resize
EncryptionHelperDecryptData Method
Decrypts data encrypted by EncryptData(String) method. The input string is returned as is, if it is null or empty string or it was not encrypted using EncryptData(String) method.

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

Parameters

encryptedString
Type: SystemString
Encrypted data as a base 64 string.

Return Value

Type: String
See Also