Licensing .NET components

G

Guest

What is the best approach in implemetation of licensing for .NET components? Does .NET include "build in" support for licensing? Or the best way is to look for third party solution like XHEO Licensing product? Does somebody here use XHEO Licensing, if yes could you provide feedback? Can you recommend other licensing products for .NET?
 
G

Guest

..NET has a LicenseProvider class that can be extended if you put a lot of
work into it. It has quirks though, and only works for objects that inherit
from System.ComponentModel. You might look at Desaware's licensing system
(www.desaware.com) - it can use the LicenseProvider, or not (and I think
it's easier if you don't). It's easy to use and has good flexibility and
security.
Make Harsh wrote a licensing article for Windows forms www.windowsforms.net
look under the licensing articles.

Good luck

J


Ottadev said:
What is the best approach in implemetation of licensing for .NET
components? Does .NET include "build in" support for licensing? Or the best
way is to look for third party solution like XHEO Licensing product? Does
somebody here use XHEO Licensing, if yes could you provide feedback? Can you
recommend other licensing products for .NET?
 
Joined
Nov 21, 2009
Messages
79
Reaction score
0
CryptoLicensing - it supports licensing of components and controls. It has a special LicenseProvider derived class and it supports separate design time and run-time licenses.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top