Click or drag to resize
LicenseManagementActionTypes Enumeration
Types of license management actions which may occur.

Namespace: com.softwarekey.Client.Gui
Assembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntax
[FlagsAttribute]
public enum LicenseManagementActionTypes
Members
  Member nameValueDescription
All127Mask for all actions.
AllManualActions56Mask for all manual actions (excluding ManualTriggerCode).
AllOnlineActions7Mask for all online actions.
None0Mask for no actions.
OnlineActivation1Activate the license using a direct Internet connection.
OnlineRefresh2Refresh the license using a direct Internet connection.
OnlineDeactivation4Deactivate the license using a direct Internet connection.
ManualActivation8Activate manually using a web browser on any computer with an Internet connection.
ManualRefresh16Refresh manually using a web browser on any computer with an Internet connection.
ManualDeactivation32Deactivate manually using a web browser on any computer with an Internet connection.
ManualTriggerCode64Activate manually using Protection PLUS 4 compatible trigger codes.
See Also