![]() |
LicenseSpring Management .Net SDK 1.9.0
Easily add Software Licensing to your application
|
ManagementConfiguration interface More...
Properties | |
string | ApiKey [get, set] |
Management key acquired from LicenseSpring More... | |
ManagementExtendedOptions | ExtendedOptions [get, set] |
Extended options of the configuration More... | |
bool | IsLoggingEnabled [get] |
Whether SDK should log licensing activity to file More... | |
uint | LicenseSpringAPIVersion [get] |
LicenseSpring API version More... | |
string | LogFilePath [get] |
Path to log file More... | |
string | SdkVersion [get] |
LicenseSpring SDK version More... | |
ManagementConfiguration interface
|
getset |
Management key acquired from LicenseSpring
Implemented in LicenseSpring.ManagementConfiguration.
|
getset |
Extended options of the configuration
Attention: changing some fields of the extended options indirectly won't take effect.
For example config.ExtendedOptions().LicenseFilePath() = "..."
will not work.
If you need to adjust some of the options please set new ExtendedOptions explicitly.
Implemented in LicenseSpring.ManagementConfiguration.
|
get |
Whether SDK should log licensing activity to file
Implemented in LicenseSpring.ManagementConfiguration.
|
get |
LicenseSpring API version
Note this is the API version that SDK uses.
Implemented in LicenseSpring.ManagementConfiguration.
|
get |
Path to log file
Implemented in LicenseSpring.ManagementConfiguration.
|
get |
LicenseSpring SDK version
Implemented in LicenseSpring.ManagementConfiguration.