IEncryptionServiceDecrypt 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 (24.3.0.1000)
Syntax
string Decrypt(
	string encryptedText
)

Parameters

encryptedText
Type: SystemString
The encrypted text.

Return Value

Type: String
The decrypted text.
See Also