ASP.NET MVC 11.1.10
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Interface ICryptoHelper

Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public interface ICryptoHelper

Methods

DecryptData(String)

Decrypts the given encrypted data string.

Declaration
string DecryptData(string encryptedData)
Parameters
Type Name Description
System.String encryptedData

The encrypted string to be decrypted.

Returns
Type Description
System.String

A string representing the original plain text data.

EncryptData(String)

Encrypts the provided data string.

Declaration
string EncryptData(string data)
Parameters
Type Name Description
System.String data

The plain text data to be encrypted.

Returns
Type Description
System.String

A string representing the encrypted data.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved