Show/Hide Toolbars

Licence Protector 5

 

Licence Protector 5 is always backward compatible. The latest version can always read old license files. As there are 2 options for the personal encryption, you have to specify the method.

 

Define the security level according to the specification in the project template. This information is mandatory. We recommend using Advanced which works with a set of 3 keys. The security level has to be the same like defined in the project template.

 

Name

SecurityLevel                                                                                      

Purpose

Property to set the security level of a license file.

Params

None

Returncode

Returncode

Type Integer

Note

0

The security level is BASIC (only used for backward compatibility)

1 or other return codes

The security level is ADVANCED - this is the recommended level

Usage

Sets the Security Level before calling Prepare or PrepareForce

Sample

 

lic.SecurityLevel := 1; << this license file is an ADVANCED one >>

iRes := lic.Prepare(sMyLicfile, ‘r1lkYAp1xGQN81fBrcZ1dfXtw1doy3Z1l4KHy0N

2yvL0ZBDcX274DHV1BfV7s0RFpjZ1NOmMf1qXGsu1MqTXK1t4Tsq1c7jQq1iP3VM1NNx6j1s64YK299TY71YSrb

K0NdSom29inxM29bPTJ1mmLNV0SNdC41xCbdT2adSqt2aazQL1dslWy1fGXFi11YWOv1fFhLt2acufE1hRGX

Y1VxH0R0ViybX0XmcNz1lm76W1gQqQe21grLU1VAc401UqH8l0YHwOD1S46cC20hVpD1cfAYk299ixt’);

....

See also

Prepare, PrepareForce, PrepareAdvanced, PrepareSimple

 

Do not use the Project Secure Key (in the sample: What a beautiful morning) when the SecurityLevel is Advanced. Use the ReadKey within the PrepareAndCheck command.