IEncryptionServiceDecrypt Method (String)

Decrypts the specified text.

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

Parameters

encryptedText
Type: SystemString
The encrypted text.

Return Value

Type: String
The decrypted text.
See Also