How to get a list of all certificates in a file?

I would like to be able to open the file and get a list of all the certificates for this file and list all the key information for each certificate.

Currently, I have a list of key information that was executed correctly for the first certificate specified in CryptQueryObject() , but I cannot find a way to get a list of all certificates.

Here is what I would like to use, but I cannot use .NET, and I would not want to be limited to Windows 8 / Server 2012, the solution of which was here .

+5
source share

All Articles