PC Review


Reply
Thread Tools Rate Thread

How to supply license information with a library (dll)

 
 
Alexander Smirnov
Guest
Posts: n/a
 
      14th Jul 2008
Hi

What is the better and secure way to supply licensing info with a .net
framework DLL?
By licensing info I mean what classes and to whom are licensed
PS.: I use VS2005 Net Framework 2.0

thanks in advance

 
Reply With Quote
 
 
 
 
Pavel Minaev
Guest
Posts: n/a
 
      14th Jul 2008
On Jul 14, 2:04*pm, Alexander Smirnov <s_alexande...@list.ru> wrote:

> What is the better and secure way to supply licensing info with a .net
> framework DLL?
> By licensing info I mean what classes and to whom are licensed
> PS.: I use VS2005 Net Framework 2.0


There is no truly "secure" way to do that (it is provably impossible
to devise a secure software-only protection scheme), and "better" is
subjective. However, .NET provides a standard framework for licensing
components and controls. You can read more about it here:

http://msdn.microsoft.com/en-us/library/fe8b1eh9.aspx

The advantage of using this scheme is that it is widely known and
understood by developers who might be buying your products.
 
Reply With Quote
 
Alexander Smirnov
Guest
Posts: n/a
 
      14th Jul 2008
As I understand the solution you have suggested in that link is about
licensing control and components. But the class in my DLL is not
derived from System.Windows.Forms.Control
 
Reply With Quote
 
Pavel Minaev
Guest
Posts: n/a
 
      14th Jul 2008
On Jul 14, 3:00*pm, Alexander Smirnov <s_alexande...@list.ru> wrote:
> As I understand the solution you have suggested in that link is about
> licensing control and components. But the class in my DLL is not
> derived from System.Windows.Forms.Control


You do not have to derive from System.Windows.Form.Control - you can
derive from System.ComponentModel.Component. And you can do that only
for some key class or classes of yours, not the entire object
hierarchy (and it's often a good idea to do that anyway, since
designer support for reusable components never hurts).
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
information on my power supply unit robhingston@googlemail.com DIY PC 4 30th Sep 2007 11:44 PM
[ANN] Servertec today announced that all it's .NET products are now available under GNU Library General Public License. Servertec Microsoft Dot NET 0 5th Sep 2005 10:20 PM
[ANN] Servertec today announced that all it's .NET products are now available under GNU Library General Public License. Servertec Microsoft C# .NET 0 5th Sep 2005 10:19 PM
wmi core library license =?Utf-8?B?c3c=?= Microsoft Dot NET 1 1st Sep 2005 07:53 AM
Library License Baris Microsoft C# .NET 1 15th Sep 2004 02:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:32 PM.