Skip to content

Validation for node locked licensing model #140

Closed Answered by r-brown
Ponsanthini0708 asked this question in Questions
Discussion options

You must be logged in to vote

Hello @Ponsanthini0708
You can provide additional validation parameters for the product module using setProductModuleValidationParameters method:

    ValidationParameters vParams = ValidationParameters();
    vParams.setProductModuleValidationParameters(productModuleNumber, "paramKey", "paramValue");
    ValidationResult vres = LicenseeService::validate(ctx, licenseeNumber, vParams);

See also C++ demo at https://github.com/Labs64/NetLicensingClient-cpp/blob/master/client_demo/netlicensing_client_demo.cc#L372

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by r-brown
Comment options

You must be logged in to vote
2 replies
@Ponsanthini0708
Comment options

@r-brown
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #139 on May 09, 2024 10:57.