IEncryptionServiceDecrypt(String) Method

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

Parameters

encryptedText  String
The encrypted text.

Return Value

String
The decrypted text.
See Also