We use signtool.exe to sign a set of managed assemblies (from a command prompt, we开发者_开发知识库 run signtool.exe in a trivial .bat file for-loop, applying a certificate from a pfx file)
Does anyone know how 开发者_开发百科to sign a gadget for Windows Sidebar (*.gadget)? I tried with signtool, but without any result.
I\'m trying to sign an ActiveX control with a code signing certificate issued by Thawte.I was able to successfully sign the control using signtool.exe.
Should a Software Publisher Certificate granted by a third-part Certification Authority be used to generate a Strong Name Key for use with .NET assemblies?
I am trying to follow this tutotial: http://channel9.msdn.com/learn/courses/Silverlight4/Overview/Overview/Moving-Beyond-the-Browser--Elevated-Trust-Applications/#_Toc256192962
I have create a self-signed certificate and signed my ActiveX. I followed the steps in this topic. (How do I create a self-signed certificate for code signing on Windows?)