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
)
Function Decrypt (
encryptedText As String
) As String
String^ Decrypt(
String^ encryptedText
)
abstract Decrypt :
encryptedText : string -> string
Parameters
- encryptedText
- Type: SystemString
The encrypted text.
Return Value
Type:
StringThe decrypted text.
See Also