Click or drag to resize
CSYSDecryptString Method
Decrypts a string that has been previously encrypted by EncryptString_SYS().

Available since Oasis montaj version: 9.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void DecryptString(
	string str1,
	ref string str2,
	int i3
)

Parameters

str1
Type: SystemString
Input string for decryption.
str2
Type: SystemString
Output buffer for decrypted result.
i3
Type: SystemInt32
See SYS_ENCRYPTION_KEYConstant
See Also