Click or drag to resize
EncryptionHelper.DecryptData 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: 11.0.0
Syntax
C#
public static string DecryptData(
	string encryptedString
)

Parameters

encryptedString
Type: System.String
Encrypted data as a base 64 string.

Return Value

Type: String
See Also