c# - How to sign a ClickOnce application -


i have clickonce application built client, , need trusted publisher. how go acquiring authenticode certificate , sign application it? when application launched, it's trusted publisher?

how install certificate? have install on development server or matter install it?

how whole process work? don't want spend 3-5 hundred dollars on certificate, , install wrong , out of luck.

are there tutorials on purchasing , installing certificate , signing clickonce application?

i went through process. certificate not expensive - got code-signing certificate http://startssl.com - , $100 or in total (and wild-card domain certificate website well).

after have certificate, follow faq howto: code signing how-to* sign code (binaries).

after that, have go project properties -> signing , upload certificate there (it's clickonce). can skip code signing though , sign clickonce only.

clickonce requires certificate code signing, , others not work, see clickonce deployment , authenticode :

for clickonce applications, must have authenticode certificate valid code signing; if attempt sign clickonce application type of certificate, such digital e-mail certificate, not work.

i did research while ago - , startssl cheapest solution. had positive experiences them.


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -