|
||
This command analyzes an Activation Key and gives as a result the type of copy protection (installation code number), which will be set with this key. This command can only be used for keys which turn copy protection on (Unlock Key).
•Use GetKeyType to analyze if the key is from type = 1
•Use GetKeyInstCode to retrieve the value of the installation code
Name |
GetKeyCopyProtectionType |
||||||||
Purpose |
This command analyzes an Activation Key and gives as a result the type of copy protection (installation code number), which will be set with this key. This command can only be used for keys which turn copy protection on (Unlock Key). |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
Usage |
When the user types in a key you could use this information in your application logic |
||||||||
Sample |
iKeyinstcodetype := lic.GetKeyCopyProtectionType(‘HX4a7-5CYE0-11CFy-6sjwX-kcC3Q-Aj8Eh’);
<< in iKeyinstcodetype will change the copy protection to type x >>
end |
||||||||
See also |
To use this command, the license file must have been opened with one of the prepare commands.
See Analyze an Activation Key for an overview about all commands.