Pavel
Mon Jul 14 05:27:28 CDT 2008
On Jul 14, 2:04=A0pm, 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.