Signing a software

S Abijith 346 Reputation points
2021-10-24T14:11:14.757+00:00

Hi All,
We have a WPF application with two projects. We have a requirement which says that this software has to be a signed software.

Can anyone help as to what is the best way to achieve this.

Any help would be appreciated!!
Thank you!!

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,201 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Castorix31 81,461 Reputation points
    2021-10-24T14:49:26.177+00:00
    0 comments No comments

  2. Lex Li (Microsoft) 4,662 Reputation points Microsoft Employee
    2021-10-25T00:17:49.733+00:00

    You would have to make your requirement clearer, as there exists several so called "signed" things.

    In case you need Authenticode your code, buy a code sign certificate and follow the steps like https://www.digicert.com/kb/code-signing/signcode-signtool-command-line.htm

    0 comments No comments