Click or drag to resize
CSYSEncryptString Method
Encrypts a string for secure storage in configuration files or in the workspace parameters.

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 EncryptString(
	string str1,
	ref string str2,
	int i3
)

Parameters

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