Open this page in the API Guide

IEncryptionService.Decrypt Method (String)

Decrypts the specified text (using the application's symmetric encryption key).

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
string Decrypt(
	string encryptedText
)

Parameters

encryptedText
Type: System.String
The encrypted text.

Return Value

Type: String
The decrypted text.
See Also