I would like to create a DLL dynamically in my Web Application which can generate a unique class (specifically a unique variable inside which is unique to this download) and then can be downloaded by the user.
I can do this with CSharpCodeProvider however I don't wish to reveal this key to anyone who reflects the DLL.
Is there a way I can obfuscate this value within the Assembly?