Saves a license into the specified license store (LicenseFilePath, RegistryKey + RegistryValueName or IsolatedStorageScope + IsolatedStoragePath).

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public bool Save()
Visual Basic
Public Function Save As Boolean
Visual C++
public:
bool Save()

Return Value

True if the license was successfully saved into a license store.

See Also