votes
votes
Understanding assembly signing
Can someone direct me to some good information to better understand assembly signing? I'd like to make it so that an app that references one of the separate .dll class libraries I created would not be able to be altered by another user s ...
votes
How to modify an assembly to work under medium-trust hosting environments?
For some reason, when I upload my code to my hosting provider, I get an error saying: [code]System.Security.SecurityException: That assembly does not allow partially trusted callers.[/code] What exactly can be done to the assembly to ...
votes
Altering resources in a compiled assembly
Is it possible to edit resources that exist in an assembly? Suppose you wanted to personalize a program in the traditional "This copy belongs to..." in the About dialog. A simplistic way to do this would be to have the name be ...
