Click or drag to resize
GDAppConfigKey Enumeration
Enumeration with keys used in application config.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public enum GDAppConfigKey
Members
  Member nameValueDescription
GDAppConfigKeyServers0Key for retrieving application servers.
GDAppConfigKeyHost1Key for retrieving host address.
GDAppConfigKeyPort2Key for retrieving port value.
GDAppConfigKeyPriority3Key for retrieving priority.
GDAppConfigKeyConfig4Key for retrieving application config.
GDAppConfigKeyDetailedLogsOn5Key for retrieving if detailed logs are on.
GDAppConfigKeyUserId6Key for retrieving user ID.
GDAppConfigKeyDeviceId7Key for retrieving device ID.
GDAppConfigKeyClientVersion8Key for retrieving BBD SDK Version.
GDAppConfigKeyPreventDataLeakageOut9Key for retrieving if secure copy paste is on.
GDAppConfigKeyPreventDataLeakageIn10Key for retrieving if pasting clipboard content copied from non BBD apps is allowed.
GDAppConfigKeyScreenCaptureProtectionEnabled11Key for retrieving if screen (window content) capturing is disabled.
GDAppConfigKeyProtectedByPassword12Key for retrieving if password protection is enabled.
See Also

Reference