License check options that are used customize the actions performed on/after checking a license with a license service.
Namespace: SimpleMode.SecureLicenseManagerAssembly: 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 name | Value | Description | |
---|---|---|---|
None | 0 | Do not check license against a license service. | |
CheckLicenseStatus | 1 | Check and verify license against a license service. | |
CheckLicenseStatusAndDeactivateIfDisabled | 2 | 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. | |
CheckLocalTimeWithService | 4 | Check local time with the service time and |