![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
Management Configuration factory class. More...
Public Member Functions | |||||||||
ManagementConfiguration | CreateConfiguration (string managementKey, ManagementExtendedOptions extendedOptions=null) | ||||||||
Helps create ManagementConfiguration.
| |||||||||
ManagementExtendedOptions | CreateExtendedOptions (string logFilePath, bool enableLogging=false, int networkTimeout=7, string serviceURL=null) | ||||||||
Helps create ManagementExtendedOptions.
| |||||||||
ProxySettings | CreateProxySettings (string user, string password, string proxyUri=null) | ||||||||
Helps create ProxySettings.
| |||||||||
Management Configuration factory class.
This class letting use the SDK from VBA side, actually from any COM client
In .Net app you can create ManagementConfiguration and ManagementExtendedOptions directly or also use this class
ManagementConfiguration LicenseSpring.ManagementConfigurationFactory.CreateConfiguration | ( | string | managementKey, |
ManagementExtendedOptions | extendedOptions = null |
||
) |
Helps create ManagementConfiguration.
managementKey | Your Management key that you got from LicenseSpring platform |
extendedOptions | Instance of ManagementExtendedOptions, optionally |
Implements LicenseSpring.IManagementConfigurationFactory.
ManagementExtendedOptions LicenseSpring.ManagementConfigurationFactory.CreateExtendedOptions | ( | string | logFilePath, |
bool | enableLogging = false , |
||
int | networkTimeout = 7 , |
||
string | serviceURL = null |
||
) |
Helps create ManagementExtendedOptions.
logFilePath | Desired path for log file |
enableLogging | Enables or disables license logging |
networkTimeout | Timeout value for network operations |
serviceURL | Custom service URL |
Implements LicenseSpring.IManagementConfigurationFactory.
ProxySettings LicenseSpring.ManagementConfigurationFactory.CreateProxySettings | ( | string | user, |
string | password, | ||
string | proxyUri = null |
||
) |
Helps create ProxySettings.
user | Proxy user name |
password | Proxy user password |
proxyUri | Proxy Uri |
Implements LicenseSpring.IManagementConfigurationFactory.