SYS_ENCRYPTION_KEYConstant Class

How to encrypt a string. Determines the portability of the encrypted string.
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXSYS_ENCRYPTION_KEYConstant

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static class SYS_ENCRYPTION_KEYConstant

public static class SYS_ENCRYPTION_KEYConstant

The SYS_ENCRYPTION_KEYConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberGEOSOFT_ID
Encrypt string to currently signed-in user. The string can be decrypted by the same user on any machine.
Public fieldStatic memberGLOBAL_ID
Encrypt string to current machine. The string can be decrypted by any user on the same machine.
Top
See Also