G
Guest
If I am using the CSharpCodeProvider to dynamically compile an in-memory
assembly from some C# source, do I need to worry about signing this assembly
if I'm doing the compilation, instantiation, and invocation of a dynamic
object from a strongly named assembly?
If so, how do you strongly name a dynamic, in-memory assembly?
assembly from some C# source, do I need to worry about signing this assembly
if I'm doing the compilation, instantiation, and invocation of a dynamic
object from a strongly named assembly?
If so, how do you strongly name a dynamic, in-memory assembly?