Click or drag to resize

NQCryptDecryptEncrypt Method (String)

Encrypt 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 Encrypt(
	string clearText
)

Parameters

clearText
Type: SystemString
The string to be encrypted.

Return Value

Type: String
The resulting encrypted string.
See Also