Digital Signature for ASP.NET Dynamic Binaries

38 Views Asked by At

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

1

There are 1 best solutions below

0
M4NI5H On

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.