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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -