Click or drag to resize

CSYSDecryptString Method (String, String, Int32)

Decrypts a string that has been previously encrypted by EncryptString_SYS.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DecryptString(
	string input,
	ref string output,
	int key
)

public static void DecryptString(
	string input,
	ref string output,
	int key
)

Parameters

input
Type: SystemString
Input string for decryption.
output
Type: SystemString
Output buffer for decrypted result.
key
Type: SystemInt32
<define>SYS_ENCRYPTION_KEY</define>
See Also