Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is SignTool /d info (description of the signed content) used/displayed?

In the SignTool documentation it is said:

/d Specifies a description of the signed content.

Where can I find that description?

like image 556
JConstantine Avatar asked Oct 28 '25 04:10

JConstantine


1 Answers

One significant place, where the description is shown, is on the User Account Control prompt, when running a signed application that needs Administrator privileges (typically an installer):

enter image description here

like image 61
Martin Prikryl Avatar answered Oct 30 '25 15:10

Martin Prikryl