On Mon, 22 Apr 2002 14:26:15 -0400, Joe Reich <[EMAIL PROTECTED]> wrote:

>Create each class with a password as part of the constructor?
>
>Really you're only trying to keep the honest people honest here right?
>How super effective does this have to be..?

That's too easy to break via ILDasm (assuming that the client has that
installed, but all it would take is one clever user :) ).  I think if
Peter strong-named the EXE and then did a LinkDemand in the DLL on that
strong-name that should be enough.  Assuming that the private key is kept
secure on Peter's box (or whatever box builds are done on, etc.), no other
client should be able to access the DLL except the EXE.

Regards,

Jason

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to