Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

License key library for C# windows application that is open source / free [closed]

Any recommendations for an open source (free) C# library/application for a C# Windows Application that could be used for: (a) creating license/product keys and (b) has library that can be used within the code to perform a check to see whether the entered license key is valid?

(I've seen other posts which cover commercial products, but here I'm looking for a ready-to-go tool with library that can be used in a C# windows application)

like image 349
Greg Avatar asked Sep 13 '10 06:09

Greg


2 Answers

The .NET framework has a built-in licensing model (MSDN).

See also Applications Licensing using the .NET Framework on Developer.com

like image 115
Mark Cidade Avatar answered Sep 20 '22 01:09

Mark Cidade


What about rhino-licensing? Here is an introductory license: Rhino Licensing

like image 23
Giorgi Avatar answered Sep 18 '22 01:09

Giorgi