Top "X509certificate" questions

X509Certificate is the name of .NET and Java classes for handling X.509 certificates.

Using C# to get the Public Key from my cert for Java

Without BounceyCastle. I have my cert, and the GetPublicKey() value is not what the Java side of the house needs. …

c# x509certificate
Has tinyca moved? What else to use for a private CA?

I've been researching how to set up a private certificate authority for an intranet, and one of the tools I …

ssl ssl-certificate x509certificate ca
Create x.509 certificate using bouncycastle with certificate path (cert chain)

Hy Guys! I'm trying to create x.509 certificate using bouncycastle, which should be signed by another certificate and store it …

java ssl-certificate x509certificate bouncycastle x509
Add certificate on request with RestSharp

I'm trying to communicate with a server. This server send me a certificate and a private key in order to …

c# x509certificate restsharp
Programmatic WCF Message Security with Certificates

I've written a self-hosted WCF service using WSHttpBindings and I'm trying to implement message-level security using certificates I've generated myself. …

wcf x509certificate wshttpbinding
Parsing X509 certificate

I want to parse a X.509 certificate in php. The certificate is in DER-encoded X.509 format. I tried using openssl_…

php parsing openssl x509certificate mdm
The identity check failed for the outgoing message. The expected identity is

Had a wcf service running fine on my machine. Moved it to a server and am now getting the above …

c# wcf wcf-security x509certificate
Create X509Certificate2 from PEM file in .NET Core

I want to create a X509Certificate2 object based on a PEM file. The problem is setting the PrivateKey property …

c# .net-core x509certificate private-key pem
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