CryptoDecrypt Method

Decrypt a text.

Definition

Namespace: Aliquo.Core.Tools
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public string Decrypt(
	string key,
	string text
)

Parameters

key  String
Hashing key.
text  String
Text to encrypt.

Return Value

String
String with the Decrypted value.

See Also