Reading a certificate signing request with c#
Posted
by Jorge
on Stack Overflow
See other posts from Stack Overflow
or by Jorge
Published on 2010-05-13T22:09:13Z
Indexed on
2010/05/13
22:14 UTC
Read the original article
Hit count: 497
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
© Stack Overflow or respective owner