Initializes the license repository using the application configuration. AppSettings value for the "SimpleMode.SecureLicenseManager.Data.DbManagerType" key will be used to identify the type of the IDBManager instance that will be created. AppSettings value for the "SimpleMode.SecureLicenseManager.Data.ConnectionString" key will be used to identify the connection string.

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

Syntax

C#
public void Initialize()
Visual Basic
Public Sub Initialize
Visual C++
public:
virtual void Initialize() sealed

Implements

IRepository..::..Initialize()()()()

See Also