Top "X509certificate" questions

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

How to get X509Certificate from certificate store and generate xml signature data?

How can I get X509Certificate from certificate store and then generate XML SignatureData in .net C#?

c# .net xml x509certificate xml-signature
Convert a PEM-formatted String to a java.security.cert.X509Certificate

How does one create a java.security.cert.X509Certificate instance from a PEM-formatted String? The PEM-formatted String is a …

java ssl x509certificate
X509Certificate.CreateFromCertFile - the specified network password is not correct

I have a .NET application that I want to use as a client to call an SSL SOAP web service. …

c# ssl-certificate x509certificate
Generate a self-signed certificate on the fly

I searched around, but I didn't find a clear example. I want to create a self-signed (self-)trusted certificate programmatically (…

c# .net ssl-certificate x509certificate bouncycastle
How to find certificate by its thumbprint in C#

I am using this code to find the certificate by its thumbprint. certificate exists in certificate manager in personal certificate …

c# x509certificate
Problems with X509Store Certificates.Find FindByThumbprint

I'm having a problem when I use the method X509Store.Certificates.Find public static X509Certificate2 FromStore(StoreName storeName, …

c# wcf certificate ssl-certificate x509certificate
X509Certificate - Keyset does not exist

I have a WinForms application that consumes a WCF, and pass as a parameter to a function a certificate: mySvcClient.…

c# wcf x509certificate
Associate a private key with the X509Certificate2 class in .net

I'm working on some code that creates a X509certificate and a public/private key pair. The public key is …

c# .net ssl x509certificate
Creating an X509 Certificate in Java without BouncyCastle?

Is it possible to sanely create an X509 Certificate in Java code without using the Bouncy Castle X509V*CertificateGenerator …

java x509certificate jce
Openssl x509v3 Extended Key Usage

I know you can specify the purpose for which a certificate public key can be used for by adding a …

openssl x509certificate