![]() |
LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
|
Simple class that saves license in a variable, implements ILicenseStorage
interface.
More...
Public Member Functions | |
void | Clear () |
Removes local license data More... | |
LicenseMemoryStorage () | |
LicenseMemoryStorage constructor | |
string | LoadLicense () |
Load license data from memory (variable) More... | |
void | SaveLicense (string licenseData) |
Saves license data in a variable More... | |
void | Clear () |
Removes local license data More... | |
string | LoadLicense () |
Load license data More... | |
void | SaveLicense (string licenseData) |
Save license data somewhere More... | |
Simple class that saves license in a variable, implements ILicenseStorage
interface.
This is the default storage type when ExtendedOptions.WebServiceMode is set.
This class is thread safe.
void LicenseSpring.LicenseMemoryStorage.Clear | ( | ) |
Removes local license data
Implements LicenseSpring.ILicenseStorage.
string LicenseSpring.LicenseMemoryStorage.LoadLicense | ( | ) |
Load license data from memory (variable)
Implements LicenseSpring.ILicenseStorage.
void LicenseSpring.LicenseMemoryStorage.SaveLicense | ( | string | licenseData | ) |
Saves license data in a variable
licenseData | Encrypted license data string |
Implements LicenseSpring.ILicenseStorage.