How to parse a feature string and determine the enabled feature
The most common way of determining if a feature is enabled is by calling the QlmLicense.IsFeatureEnabledEx API.
However, if you have retrieved the feature value from the server's DB as a string, you can use the code below to parse the feature string and determine if a specific feature is enabled.
Example in C#:
Example in VC++:
PreviousFraud Detection - Illegal Computers and Activation AttemptsNextHow to limit the activation of a node to a time period
Last updated