Defines, if an Activation Key is only accepted when the key was previously uploaded to the Activation Server 6. It is like a positive list. Only entries, which are already stored in the Activation Server 6 are accepted. By default, the Activation Server 6 accepts all valid keys. The DLL makes the validation (e.g. encryption, module number etc.) and sends only valid keys to the Activation Server 6.
Accepting only uploaded IDs adds more security because only Activation Keys, which are known to the Activation Server 6, can be used.
There are 2 ways to upload:
•Upload a single key - see Add a Key on the Activation Server
•Upload a complete keylist - see Import
If you want to use this feature, then CheckActivationKeys and ActivationKeyRequired in the project.config file have to be set to Yes.
<CheckActivationKeys>Yes</CheckActivationKeys>
<ActivationKeyRequired>Yes</ActivationKeyRequired>
To allow only uploaded Serial Numbers see Accept only uploaded Serial Numbers / IDs