Licensing applications with custom assemblies

From: Tim Wragg (timmywragg_at_hotmail.com)
Date: 04/28/04


Date: 27 Apr 2004 20:09:16 -0700

Hi All,

I've been looking around the net for a good .net example of how to
lock applications through custom assemblies.

Basically I'm trying to come up with a registration class that
requires activation to make whatever .net class thats calling it to
run.

Something that generates a key on the install date, machine name that
kind of basic lock down. It doesn't have to be too complex but still
act as a deterrent.
This would be a good generic solution for any .net program security
needs.

Any examples, books or tutorials would be greatly appreciated as its
been difficult to find anything in the .net space.

Thankyou,
Tim Wragg