Top "X509certificate2" questions

.NET Class for handling X.509 Certificates

Adding a Digital signature to a PDF with iTextSharp

Background I have been using iTextSharp for a short while now. I have created a pdf document with two signable …

c# pdf itext digital-signature x509certificate2
Client certificate not getting added to the request (Certificate Verify)

I'm trying to do a simple GET request to an external production server with a client certificate. They have added …

c# ssl client-certificates x509certificate2
X509Certificate2 Error - System cannot find the file specified

The associated code, works well in an independent console application, whereas errors out, while trying to make it work, within …

c# asp.net nservicebus x509 x509certificate2
Read RSA Public Key from x509 Certificate Bytes in C#

In C#, I'm retrieving an RSA public key from a HTTP request and it gives me the key encoded in …

c# encryption rsa x509certificate x509certificate2
Private key is null when accessing via code, why?

I have a certificate installed on my machine and when I go to view it, I see the message "You …

c# asp.net certificate x509certificate x509certificate2
OpenSSL verify certificate from own CA

Hello all and thanks for your time reading this. I need to verify certificates issued by my own CA, for …

ruby openssl x509certificate2
Can't read CurrentUser certificates from X509Store

I'm developing ASP.NET 4.0 web application, and I want to read the current user certificates from X509Store. Reading the …

c# asp.net x509certificate x509certificate2
X.509 certificate: Is it a good idea (or bad) to add localhost in Subject Alternative Name?

We are deciding whether "localhost" (and similarly address like "127.0.0.1") should be added as one of the subject alternative names in …

openssl ssl-certificate x509certificate2
Client certificate with HttpClient in c#

Want to send data with client certificate (.p12 or .pfx) from Windows application to Server machine, Windows application developed in .…

c# dotnet-httpclient client-certificates x509certificate2