![]() |
LicenseSpring Management .Net SDK 1.15.0
Easily add Software Licensing to your application
|
Configuration of the SDK. More...
Public Member Functions | |
| ManagementConfiguration () | |
| LicenseSpringConfiguration default constructor, creates invalid configuration with empty Shared and API keys. | |
| ManagementConfiguration (string managementKey, ManagementExtendedOptions extendedOptions=null) | |
Properties | |
| string | ApiKey [get, set] |
| Management key acquired from LicenseSpring. | |
| ManagementExtendedOptions | ExtendedOptions [get, set] |
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. | |
| bool | IsLoggingEnabled [get, protected set] |
| Whether SDK should log licensing activity to file. | |
| uint | LicenseSpringAPIVersion [get] |
| LicenseSpring API version.Note this is the API version that SDK uses. | |
| string | LogFilePath [get] |
| Path to log file. | |
| int | NetworkTimeout [get, set] |
| ProxySettings | Proxy [get, set] |
| { | |
| string | SdkVersion [get] |
| LicenseSpring SDK version. | |
Properties inherited from LicenseSpring.IManagementConfiguration | |
Configuration of the SDK.
|
getset |
Management key acquired from LicenseSpring.
Implements LicenseSpring.IManagementConfiguration.
|
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.
Implements LicenseSpring.IManagementConfiguration.
|
getprotected set |
Whether SDK should log licensing activity to file.
Implements LicenseSpring.IManagementConfiguration.
|
get |
LicenseSpring API version.Note this is the API version that SDK uses.
Implements LicenseSpring.IManagementConfiguration.
|
get |
Path to log file.
Implements LicenseSpring.IManagementConfiguration.
|
get |
LicenseSpring SDK version.
Implements LicenseSpring.IManagementConfiguration.