c# - How to get the name of the signer from a signed file -


i trying name of signers signed files using powershell.

the signer of flashutil_activex.exe (in windows 10) “microsoft windows third party application component”:
enter image description here
checked right click on file

enter image description here
checked sigcheck.exe

when tried powershell shows me different names:
enter image description here

any of names (the “subject” , “issuer”) not “microsoft windows third party application component”.

i tried get-applockerfileinformation no success:
enter image description here

i needed use get-pfxcertificate command.
can see name of signer appeared in "signature list".

this how looks using command:
enter image description here

and example file (igfxsdk.exe) number of signatures:
enter image description here


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -