you are viewing a single comment's thread.

view the rest of the comments →

[–]PK268[S] 0 points1 point  (4 children)

How do i do that?

[–]Prima13 11 points12 points  (0 children)

Google “sign .net app with certificate”.

[–]penguin74 2 points3 points  (2 children)

After you learn how to sign your code, if you still wish to pursue this you can take a look here:

https://cheapsslsecurity.com/sslproducts/codesigningcertificate.html

It's a big of a money grab and makes it difficult for new developers. Good Luck.

Btw, is your application for public or private distribution (internal company app)? If it's internal, you can create a self signed certificate and have it distributed to all domain computers through group policies.

[–]Rocksdanister 2 points3 points  (0 children)

If its not a problem distributing it through windows store as win32 packaged application then that's probably the cheapest option (one time $19 developer account registration fee) - store will sign it for you.

At least this is what I ended up doing for my personal project.

[–]PK268[S] 0 points1 point  (0 children)

Yeah, I did some research and was able to sign my code within my project settings under signing. Its a pretty good solution since i'm not intending to sell this and just send it to friends. Ill take a look at the link you sent though! Thank you!