cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
hiroyuki_kajiy
Level 2

About HASP4

In the v 11.16.2, there is a flag (function) to recognize HASP 4. By turning on this flag (function), we know that HASP 4 key can be used with v 11.16.2.

Is the flag (function) to recognize this HASP 4 effective also in versions v11.16.4?

0 Kudos
(1) Reply
jyadav
Flexera Alumni

Hi @hiroyuki_kajiy  ,

I believe you are talking about "ls_flexid9_hasp4_support" and "LM_A_FLEXID9_HASP4_SUPPORT" , It is present in 11.16.4 as well.

unsigned int ls_flexid9_hasp4_support = 0;
Use this variable to turn the server-side HASP4 detection on or off. When set to 1, ls_flexid9_hasp4_support executes all HASP4 Safenet API calls. When set to 0, no HASP4 APIs are executed. 

LM_A_FLEXID9_HASP4_SUPPORT
Type :unsigned int
Default value : 0
Use this variable to turn the HASP4 detection on or off. When set to 1, LM_A_FLEXID9_HASP4_SUPPORT executes all HASP4 Safenet API calls. When set to 0, no HASP4 APIs are executed.

0 Kudos