Manual
Function KG_GenerateRegistrationKeyFromProjectAKG_GenerateRegistrationKeyFromProjectA returns the same result as the KG_GenerateRegistrationKeyFromProject function and is used for generating ANSI-based registration keys. The main difference of this function is that it reads secure information (PublicKey, PrivateKey, KeyMode, KeyBase and EncryptedConstant) from the project file and you do not have to set up these parameters in the input structure TGenKeyParamA. KG_GenerateRegistrationKeyFromProjectA has two parameters, one of them is ProjectFile, which is a pointer to ANSI - null terminated string - the path to the Enigma Protector project file, and another parameter is a pointer to the TGenKeyParamA structure. Warning: ProjectFile has to contain the absolute path to the project file. Return Values
DefinitionShow/Hide Delphi function definition Show/Hide C++ function definition Show/Hide C# (.NET) function definition See function examples in the installation folder, Examples\Keygen subfolder. |