How can I Get the details from Root-CA-Cert certificate (x509) chain using c#?
问题 Let's say I have three certificates (in Base64 format) Root | --- CA | --- Cert (client/signing/whatever) How can I Get the data from certificate chain in C#? (All those three certs may be in my computer cert store) How can I Get the details from Root-CA-Cert certificate (x509) chain using c#? 回答1: How can I Get the data from certificate chain in C#? ... How can I Get the details from Root-CA-Cert certificate (x509) chain using c#? You can use .Net's X509Certificate Class. It has methods like