Validation for node locked licensing model #140
-
I am trying do the validation for the node locked licensing model + subscription licensing model through a single licensee key. ValidationResult vRes = LicenseeService::validate(ctx, licenseeNumber, vParams); How to validate the nodelocked license module by passing the nodeSecret and the productmoduleNumber? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello @Ponsanthini0708
See also C++ demo at https://github.com/Labs64/NetLicensingClient-cpp/blob/master/client_demo/netlicensing_client_demo.cc#L372 |
Beta Was this translation helpful? Give feedback.
-
Issue moved from the Labs64/NetLicensingClient-cpp See also related comment here Labs64/NetLicensingClient-cpp#8 (comment) |
Beta Was this translation helpful? Give feedback.
Hello @Ponsanthini0708
You can provide additional validation parameters for the product module using
setProductModuleValidationParameters
method:See also C++ demo at https://github.com/Labs64/NetLicensingClient-cpp/blob/master/client_demo/netlicensing_client_demo.cc#L372