ayende / rhino-licensing

A software licensing framework
http://ayende.com
BSD 3-Clause "New" or "Revised" License
333 stars 167 forks source link

any samples on how to work with floating licenses? #19

Closed percramer closed 8 years ago

percramer commented 8 years ago

I was just wondering if there are any samples which could help me a bit on this subject (working with floating licenses)

ayende commented 8 years ago

You need to implement ILicensingService and set the licenseServerUrl to the endpoint where it is live. The implementation of the service is basically just the user, license id and the machine, and you implement the logic for the floating basic on your own needs.