1#ifndef LS_C_CONFIGURATION_H
2#define LS_C_CONFIGURATION_H
93 const char* sharedKey,
94 const char* productCode,
96 const char* appVersion,
100 const char* clientSecret,
101 const char* productCode,
103 const char* appVersion,
#define LS_API
Macros that expands to dllexport, dllimport or nothing on non Windows platforms or in case of static ...
LS_API void FreeLSConfiguration(LSConfiguration *config)
LS_API LSConfiguration * CreateLSConfiguration(const char *apiKey, const char *sharedKey, const char *productCode, const char *appName, const char *appVersion, LSExtendedOptions *extendedOptions)
LS_API LSConfiguration * CreateLSConfigurationOAuth(const char *clientId, const char *clientSecret, const char *productCode, const char *appName, const char *appVersion, LSExtendedOptions *extendedOptions)
bool(* isVMDetectionEnabled)(struct LSConfiguration *self)
void(* setAirGapPublicKey)(struct LSConfiguration *self, const char *airGapKey)
long(* getConnectTimeout)(struct LSConfiguration *self)
bool(* isCollectNetworkInfoEnabled)(struct LSConfiguration *self)
void(* setConnectTimeout)(struct LSConfiguration *self, long timeoutValue)
void(* setNetworkTimeout)(struct LSConfiguration *self, long timeoutValue)
bool(* isNativeTLSEnabled)(struct LSConfiguration *self)
void(* setUserInfo)(struct LSConfiguration *self, const char *customInfo)
uint32_t(* getGracePeriod)(struct LSConfiguration *self)
void(* setCustomerAccount)(struct LSConfiguration *self, const char *accountCode)
bool(* isGuardFileEnabled)(struct LSConfiguration *self)
bool(* isLicenseCorruptionCheckEnabled)(struct LSConfiguration *self)
bool(* isVM)(struct LSConfiguration *self)
long(* getNetworkTimeout)(struct LSConfiguration *self)
bool(* isSSLCheckEnabled)(struct LSConfiguration *self)
bool(* isLoggingEnabled)(struct LSConfiguration *self)
unsigned long(* getLicenseSpringAPIVersion)(struct LSConfiguration *self)