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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void DecryptString(
	CGXNETCore gxNetShared,
	string input,
	ref string output,
	int output_size,
	int key
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
input
Type: SystemString
Input string for decryption.
output
Type: SystemString
Output buffer for decrypted result.
output_size
Type: SystemInt32
Size of output buffer.
key
Type: SystemInt32
<define>SYS_ENCRYPTION_KEY</define>
See Also