Licence Protector

Individual Online Check

Hide Navigation Pane

Individual Online Check

Previous topic Next topic No directory for this topic  

Individual Online Check

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for the print function Mail us feedback on this topic!  

 

To make an individual (not automatic) online check, use the command CheckModuleSubscription.This command just checks, if a license is locked or not. The check is logged on the Activation Server.

 

If the product is already activated,

 

Retrieve the main module ID using MainModuleID

Retrieve the Serial Number using GetSerial

Perform the online check with CheckModuleSubscription (specifying the main module number and using the Serial Number as ID) and set the parameter ForceCheck=true

 

 

This could be used e.g. within an update to make a one time online connection to validate, if the key / ID was locked.

 

See also Source Code Integration for regular online checks to get a detail overview about different options.

See also
Lock a license on the Activation Server