![]() |
LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
|
Configuration interface More...
Properties | |
string | AirGapPublicKey [get, set] |
Public key for air gap activation acquired from LicenseSpring More... | |
string | ApiKey [get, set] |
API key acquired from LicenseSpring More... | |
string | AppName [get, set] |
Your application name More... | |
string | AppVersion [get, set] |
Your application version More... | |
bool | CollectNetworkInfo [get] |
Whether SDK should send hostname, local IP and MAC to the platfrom More... | |
ICryptoProvider | CryptoProvider [get, set] |
CryptoProvider of the configuration More... | |
string | CustomerAccount [get, set] |
Customer group(account) code that is required for SSO More... | |
string | DetectedVMName [get] |
In case VM detection enabled returns hypervisor name More... | |
ExtendedOptions | ExtendedOptions [get, set] |
Extended options of the configuration More... | |
uint | GracePeriod [get] |
Grace period More... | |
string | HardwareID [get] |
Hardware ID of the device More... | |
string | Hostname [get, set] |
Hostname More... | |
bool | IsLoggingEnabled [get] |
Whether SDK should log licensing activity to file More... | |
bool | IsVM [get] |
In case VM detection enabled returns true if app currently running in virtualized environment More... | |
bool | IsVMDetectionEnabled [get] |
Whether detection of Virtual machines is enabled More... | |
uint | LicenseSpringAPIVersion [get] |
LicenseSpring API version More... | |
string | LocalIp [get, set] |
Local IP address More... | |
string | MACAddress [get, set] |
MAC address More... | |
int | NetworkTimeout [get, set] |
Get network operation timeout in seconds, 0 means use system defaults More... | |
string | OSVersion [get, set] |
OS Version More... | |
string | ProductCode [get, set] |
Product code acquired from LicenseSpring More... | |
ProxySettings | Proxy [get, set] |
Get proxy configuration More... | |
string | SdkVersion [get] |
LicenseSpring SDK version More... | |
string | SharedKey [get, set] |
Shared or Management key acquired from LicenseSpring More... | |
Configuration interface
|
getset |
Public key for air gap activation acquired from LicenseSpring
Implemented in LicenseSpring.Configuration.
|
getset |
API key acquired from LicenseSpring
Implemented in LicenseSpring.Configuration.
|
getset |
Your application name
Implemented in LicenseSpring.Configuration.
|
getset |
Your application version
Implemented in LicenseSpring.Configuration.
|
get |
Whether SDK should send hostname, local IP and MAC to the platfrom
Implemented in LicenseSpring.Configuration.
|
getset |
CryptoProvider of the configuration
The SDK uses it internally and you can also use it in your codebase.
Implemented in LicenseSpring.Configuration.
|
getset |
Customer group(account) code that is required for SSO
Meaningful for user-based auth only.
Implemented in LicenseSpring.Configuration.
|
get |
In case VM detection enabled returns hypervisor name
Implemented in LicenseSpring.Configuration.
|
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.Configuration.
|
get |
|
get |
Hardware ID of the device
Implemented in LicenseSpring.Configuration.
|
getset |
Hostname
Implemented in LicenseSpring.Configuration.
|
get |
Whether SDK should log licensing activity to file
Implemented in LicenseSpring.Configuration.
|
get |
In case VM detection enabled returns true if app currently running in virtualized environment
Implemented in LicenseSpring.Configuration.
|
get |
Whether detection of Virtual machines is enabled
Implemented in LicenseSpring.Configuration.
|
get |
LicenseSpring API version
Note this is the API version that SDK uses.
Implemented in LicenseSpring.Configuration.
|
getset |
Local IP address
Implemented in LicenseSpring.Configuration.
|
getset |
MAC address
Implemented in LicenseSpring.Configuration.
|
getset |
Get network operation timeout in seconds, 0 means use system defaults
Implemented in LicenseSpring.Configuration.
|
getset |
OS Version
Implemented in LicenseSpring.Configuration.
|
getset |
Product code acquired from LicenseSpring
Implemented in LicenseSpring.Configuration.
|
getset |
Get proxy configuration
Implemented in LicenseSpring.Configuration.
|
get |
LicenseSpring SDK version
Implemented in LicenseSpring.Configuration.
|
getset |
Shared or Management key acquired from LicenseSpring
Implemented in LicenseSpring.Configuration.