Overload List

  NameDescription
Public methodInitialize()()()()
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.
Public methodInitialize(IDbManager, String)
Initializes a repository instance using dbManager and connectionString parameters.

See Also