Reading a certificate signing request with c#
- by Jorge
Hello,
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.
Jorge