Defines methods that are used to manage license data that is stored in a database. Implement this interface to support new database types.

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 interface IDbManager
Visual Basic
Public Interface IDbManager
Visual C++
public interface class IDbManager

See Also