Click or drag to resize

NQCryptDecryptDecrypt Method (String)

Decrypt a string into a string using the system key.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string Decrypt(
	string cipherText
)

Parameters

cipherText
Type: SystemString
The string to be decrypted.

Return Value

Type: String
The resulting decrypted string.
See Also