dnauck / Portable.Licensing

Portable.Licensing is a cross platform software licensing framework which allows you to implement licensing into your application or library. It provides you all tools to create and validate licenses for your software.
http://dev.nauck-it.de/projects/portable-licensing
MIT License
592 stars 173 forks source link

WithMaximumUtilization #48

Open srameh opened 6 years ago

srameh commented 6 years ago

Due to lack of documentation in Portable.Licensing, I was wondering what does the .WithMaximumUtilization(1) would do when a license is generated? Does this mean the license allowed 1 installation? If this is the case how is it validated?

mika76 commented 5 years ago

It seems on the license it's called "Quantity" so I guess you'd compare that to some state variable you built...

srameh commented 5 years ago

Thank you @mika76. I figured that out.