.NET Licensing - who are all the players?
For the piece of software I'm about to build, I need a way of implementing licensing. I've read product information about XHEO's Licensing components, and they seem to fit my needs pretty well. I just thought I'd throw the question out there to others reading this post - do you know of other licensing products that work well with .NET software?
My requirements are:
- It needs to provide a "licensing server" that can dynamically generate license keys for users that purchase the software from our website.
- The licensing server also has to be able to validate a license key over the internet (TCP/IP or HTTP) from any machine with internet access.
- It needs to be able to allow the software to run for a specified period of time as an evaluation period.
I also found Desaware's Licenseing System but, it's a little on the expensive side if you ask me. Any other suggestions?