LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
LicenseSpring.LicenseMemoryStorage Class Reference

Simple class that saves license in a variable, implements ILicenseStorage interface. More...

Inheritance diagram for LicenseSpring.LicenseMemoryStorage:
LicenseSpring.ILicenseStorage

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

Detailed Description

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.

Member Function Documentation

◆ Clear()

void LicenseSpring.LicenseMemoryStorage.Clear ( )

Removes local license data

Implements LicenseSpring.ILicenseStorage.

◆ LoadLicense()

string LicenseSpring.LicenseMemoryStorage.LoadLicense ( )

Load license data from memory (variable)

Returns
Encrypted license data string

Implements LicenseSpring.ILicenseStorage.

◆ SaveLicense()

void LicenseSpring.LicenseMemoryStorage.SaveLicense ( string  licenseData)

Saves license data in a variable

Parameters
licenseDataEncrypted license data string

Implements LicenseSpring.ILicenseStorage.


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