Possible Duplicate:
DLL encryption without using Obfuscator
I need to send a project to a contractor that has an assembly that I want to make sure that he cannot use the reflector on, to view the code.
Is there a way to do this in .NET?
I will be using reflection in my project that interrogates the assembly to call methods. Will reflection work if the DLL is "encrypted"? Also, this will be installed by him in the GAC.