Skip to content

About licensee validation #76

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

You must be logged in to vote

Hello,

Possibly there is a small confusion - LicenseeService class wasn't changed in regards to this method signature since 2014! - see changelog as a reference - https://github.com/Labs64/NetLicensingClient-csharp/commits/master/NetLicensingClient/LicenseeService.cs

Handling of Licensing Model specific attributes (such as Floating or Node-Locked) is being done in the ValidationParameters class.

Typical usage for this scenarion would be as below:

ValidationParameters validationParameters = new ValidationParameters();
validationParameters.setLicenseeName(ourLicenseeName);
validationParameters.setProductNumber(ourProductNumber);

validationParameters.put(ourProductModuleNumber, "sessionId",…

Replies: 2 comments

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
0 replies
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 #8 on October 29, 2023 22:06.