July 2015
Intermediate to advanced
1300 pages
87h 27m
English
To make ClickOnce deployments the most trustable possible, you should use a certificate. If you look at Solution Explorer after you publish the application, you notice that Visual Studio has signed the assembly with a .pfx strong name. This is good in local test scenarios, but the most convenient way (although not mandatory) for providing security information to customers is adding an Authenticode certificate, especially if your application is deployed via the Internet. Visual Studio adds a test certificate, as demonstrated in Figure 50.14, which shows the Signing tab in My Project. The test certificate is intended for local testing purposes only and should never be used in real-life deployment, in which you will prefer ...