FINGERPRINT_CONSTThe FINGERPRINT_CONST enumeration has a single value which identifies the embedded "blank" FingerPrint.
The FINGERPRINT_CONST value (BLANK_EMBEDDED_FINGERPRINT) may be used directly by any of the four calls to generate Activation Codes from the COM-Activator which take FingerPrints. GenActCodeNumParamFP, GenActCodeDateParamFP, GenActCodeCompoParamFP and GenActCodeNoParamFP. You should only use this value in these calls when you are using no FingerPrinting in your license (either you have it turned off or you have unchecked all FingerPrint options). Either way - your FingerPrint Options Code you pass to the StartUp function would be zero. This allows you to generate Activation Codes for non-FingerPrinted licenses without first getting an Authorization Request Code from the user. ACG_PARAM_TYPE Meaning:BLANK_EMBEDDED_FINGERPRINT: This value is the embedded FingerPrint value that indicates a "blank" FingerPrint.
Note: The COM Activator only comes with the Enterprise, Internet and Server Editions of the SoftwareShield DRM Kit.
|