Reading a certificate signing request with C#
问题 I want to read the contents of a CSR in C#. However, I haven't found any way to do it in C#. What I've found was the namespace System.Security.Cryptography.X509Certificates , but it only handles existing certificates, not certificate requests. Can anyone give me an hint about it? Thanks in advance. 回答1: There is a way, the CertEnroll library which comes with Windows (although I can't say how far back it's been there) allows you to load certificate requests and have them parsed. First you need