CryptoDecrypt Method
Decrypt a text.
Namespace: Aliquo.Core.ToolsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public string Decrypt(
string key,
string text
)
Public Function Decrypt (
key As String,
text As String
) As String
- key String
- Hashing key.
- text String
- Text to encrypt.
StringString with the Decrypted value.