Dynamic License Validation Rules

  • Create licenses to fit your needs
  • Change rules without re-compiling
  • Custom solutions for your valued customers

Hardware Activation Limit

The Activation Limit ties a license to a specific machine to stop users from sharing serial numbers.

  • Automate software activation with a license server.
  • Support offline activation for disconnected users.
  • Allow additional installs on laptops or secondary machines.
  • Detects when used in a virtual machine.

Code Samples

If Not _license.IsActivated Then
    AddActivationWatermark()
End If
if( ! _license.IsActivated )
    AddActivationWatermark();