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.