Click or drag to resize

CSYSEncryptString Method (String, String, Int32, Int32)

Encrypts a string for secure storage in configuration files or in the workspace parameters.

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

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

Parameters

input
Type: SystemString
Input string for encryption.
output
Type: SystemString
Output buffer for encrypted result.
output_size
Type: SystemInt32
Size of output buffer.
key
Type: SystemInt32
<define>SYS_ENCRYPTION_KEY</define>
See Also