![]() |
LicenseSpring .Net SDK 7.32.1
Easily add Software Licensing to your application
|
Simple class that stores license data in memory. Implements ILicenseStorage
interface.
More...
Public Member Functions | |
void | Clear () |
Removes local license data. | |
LicenseMemoryStorage () | |
LicenseMemoryStorage constructor. | |
string | LoadLicense () |
Load license data from memory (variable) | |
void | SaveLicense (string licenseData) |
Saves license data in a variable. | |
Simple class that stores license data in memory. 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.