Trust or insurance certificate for Winforms .Net applications

0

Cordial greeting!

I have a Windows Form application made in .Net that I want to distribute from the web through clickonce and everything works fine, but the problem is that when downloading the antivirus they do not recognize it as a secure application and it becomes a problem because they block it .

Please advise me what I should do to be able to sign in a secure way with a valid certificate so that the antivirus does not block it.

The application is installed from a url something like: link

I do not know if the certificate has to be applied to both the application and the url.

Thank you very much for the guidance.

    
asked by Jorge 10.11.2017 в 17:12
source

1 answer

0
  • Go to the project properties window (click with the secondary button in the project in Solution Explorer and select Properties, or type project properties in the Quick Start window, or press ALT + ENTER in the window Solution Explorer). On the Signature tab, check the box Sign the ClickOnce manifests.
  • Click on the Select button in the warehouse.

    The Select a Certificate dialog box appears and displays the content of the Windows certificate store.

  • Select the certificate you want to use to sign the manifests.
  • Also check How to sign applications and deployment manifests

        
    answered by 30.01.2018 в 06:35