![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
ManagementConfiguration interface. More...
Properties | |
string | ApiKey [get, set] |
Management key acquired from LicenseSpring. | |
ManagementExtendedOptions | ExtendedOptions [get, set] |
Extended options of the configuration. | |
bool | IsLoggingEnabled [get] |
Whether SDK should log licensing activity to file. | |
uint | LicenseSpringAPIVersion [get] |
LicenseSpring API version. | |
string | LogFilePath [get] |
Path to log file. | |
string | SdkVersion [get] |
LicenseSpring SDK version. | |
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.