LicenseManagementActionTypes Enumeration |
Types of license management actions which may occur.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntax[FlagsAttribute]
public enum LicenseManagementActionTypes
<FlagsAttribute>
Public Enumeration LicenseManagementActionTypes
[FlagsAttribute]
public enum class LicenseManagementActionTypes
Members
| Member name | Value | Description |
---|
| All | 127 | Mask for all actions. |
| AllManualActions | 56 | Mask for all manual actions (excluding ManualTriggerCode). |
| AllOnlineActions | 7 | Mask for all online actions. |
| None | 0 | Mask for no actions. |
| OnlineActivation | 1 | Activate the license using a direct Internet connection. |
| OnlineRefresh | 2 | Refresh the license using a direct Internet connection. |
| OnlineDeactivation | 4 | Deactivate the license using a direct Internet connection. |
| ManualActivation | 8 | Activate manually using a web browser on any computer with an Internet connection. |
| ManualRefresh | 16 | Refresh manually using a web browser on any computer with an Internet connection. |
| ManualDeactivation | 32 | Deactivate manually using a web browser on any computer with an Internet connection. |
| ManualTriggerCode | 64 | Activate manually using Protection PLUS 4 compatible trigger codes. |
See Also