Top "X509certificate2" questions

.NET Class for handling X.509 Certificates

Exporting a Certificate as BASE-64 encoded .cer

I am trying to export a cert without the private key as as BASE-64 encoded file, same as exporting it …

c# .net base64 x509certificate x509certificate2
How to programmatically import a pfx with a chain of certificates into the certificate store?

I am trying to programmatically import a X509 certificate (pfx / PKCS#12) in my local machine's certificate store. This particular certificate …

c# pfx x509certificate2 pkcs#12
Export X509Certificate2 to byte array with the Private key

I have an X509Certificate2 certificate in my store that I would like to export to a byte array with …

c# x509 x509certificate2
The request was aborted: Could not create SSL/TLS secure channel

Possible Duplicate: The request was aborted: Could not create SSL/TLS secure channel I am trying to send a http …

c# httpwebrequest x509certificate2
Read Private Key from PFX-file

I know, there are many posts about this, but still I cannot find a solution to get this to work. …

c# private-key x509certificate2 pfx
In C#, sign an xml with a x.509 certificate and check the signature

I'm trying to sign an XML file using a x.509 certificate, I can use the private key to sign the …

c# xml digital-signature digital-certificate x509certificate2
X509 certificate not loading private key file on server

I'm using the Google Analytics API and I followed this SO question to set up the OAuth: https://stackoverflow.com/…

c# asp.net-mvc-3 google-analytics-api x509certificate2
How do I get the X509Certificate sent from the client in web service?

Apparently I was asking the wrong question in my earlier post. I have a web service secured with a X.509 …

c# web-services x509certificate2
how to create a completely new x509Certificate2 in .net?

I google it from web, find many samples to generate a new x509Certificate2 from a file in .net, but …

.net x509certificate2