0

Is there a way to put a digital signature on the Temporary Binaries generated as part of ASP.NET Dynamic Compilation?

M4NI5H
  • 27
  • 1
  • 7

1 Answers1

0

I was able to solve this using using assemblyPostProcessorType in the compilation tag of the web.config. Basically calling SignTool.exe with certificate info post compilation.

M4NI5H
  • 27
  • 1
  • 7