I have a system in which it does the digital certificate store, I need some information besides the file itself, one of this information is the expiration date of the certificate.
The question is, how to read this file so that I can pick up the expiration date of this certificate?
The certificate is of type A1, and the file extension is in pfx.
I found a solution in this post .