Interface ICryptoHelper
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public interface ICryptoHelper
Methods
DecryptData(String)
Declaration
string DecryptData(string encryptedData)
Parameters
Type | Name | Description |
---|---|---|
System.String | encryptedData |
Returns
Type | Description |
---|---|
System.String |
EncryptData(String)
Declaration
string EncryptData(string data)
Parameters
Type | Name | Description |
---|---|---|
System.String | data |
Returns
Type | Description |
---|---|
System.String |