
Different ways of licensing class libraries
Ok folks, I've gotten my
C# class library DLL working with the LicFile
licensing method. The problem I have with this is that someone reading MSDN
can find out exactly how to create these .lic files. All the .lic files
contain are:
MyClassLibraryNamespace.MyClassLibraryClass is a licensed component.
Wow, some licensing protection. Anyone have any recommendations for
increasing this "security?"
Nate