IEncryptionServiceDecrypt(String) Method |
Decrypts the specified text (using the application's symmetric encryption key).
Namespace: Dundas.BI.ServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxstring Decrypt(
string encryptedText
)
Function Decrypt (
encryptedText As String
) As String
String^ Decrypt(
String^ encryptedText
)
abstract Decrypt :
encryptedText : string -> string Parameters
- encryptedText String
- The encrypted text.
Return Value
StringThe decrypted text.
See Also