LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.IManagementConfiguration Interface Reference

ManagementConfiguration interface. More...

Inheritance diagram for LicenseSpring.IManagementConfiguration:
LicenseSpring.ManagementConfiguration

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.
 

Detailed Description

ManagementConfiguration interface.

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: