LicenseSpring Management .Net SDK 1.9.0
Easily add Software Licensing to your application
LicenseSpring.IManagementConfiguration Interface Reference

ManagementConfiguration interface More...

Inheritance diagram for LicenseSpring.IManagementConfiguration:
LicenseSpring.ManagementConfiguration

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...
 

Detailed Description

Property Documentation

◆ ApiKey

string LicenseSpring.IManagementConfiguration.ApiKey
getset

Management key acquired from LicenseSpring

Implemented in LicenseSpring.ManagementConfiguration.

◆ ExtendedOptions

ManagementExtendedOptions LicenseSpring.IManagementConfiguration.ExtendedOptions
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.

◆ IsLoggingEnabled

bool LicenseSpring.IManagementConfiguration.IsLoggingEnabled
get

Whether SDK should log licensing activity to file

Implemented in LicenseSpring.ManagementConfiguration.

◆ LicenseSpringAPIVersion

uint LicenseSpring.IManagementConfiguration.LicenseSpringAPIVersion
get

LicenseSpring API version

Note this is the API version that SDK uses.

Implemented in LicenseSpring.ManagementConfiguration.

◆ LogFilePath

string LicenseSpring.IManagementConfiguration.LogFilePath
get

Path to log file

Implemented in LicenseSpring.ManagementConfiguration.

◆ SdkVersion

string LicenseSpring.IManagementConfiguration.SdkVersion
get

The documentation for this interface was generated from the following file: