License check options that are used customize the actions performed on/after checking a license with a license service.

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

Syntax

C#
[FlagsAttribute]
public enum LicenseServiceChecks
Visual Basic
<FlagsAttribute> _
Public Enumeration LicenseServiceChecks
Visual C++
[FlagsAttribute]
public enum class LicenseServiceChecks

Members

Member nameValueDescription
None0 Do not check license against a license service.
CheckLicenseStatus1 Check and verify license against a license service.
CheckLicenseStatusAndDeactivateIfDisabled2 Check and verify license against a license service and deactivate local license if license is disabled. This is used to deactivate licenses by disabling the license on the server side.
CheckLocalTimeWithService4 Check local time with the service time and

See Also