X509Certificate is the name of .NET and Java classes for handling X.509 certificates.
How can I get X509Certificate from certificate store and then generate XML SignatureData in .net C#?
c# .net xml x509certificate xml-signatureHow does one create a java.security.cert.X509Certificate instance from a PEM-formatted String? The PEM-formatted String is a …
java ssl x509certificateI have a .NET application that I want to use as a client to call an SSL SOAP web service. …
c# ssl-certificate x509certificateI 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 bouncycastleI am using this code to find the certificate by its thumbprint. certificate exists in certificate manager in personal certificate …
c# x509certificateI'm having a problem when I use the method X509Store.Certificates.Find public static X509Certificate2 FromStore(StoreName storeName, …
c# wcf certificate ssl-certificate x509certificateI have a WinForms application that consumes a WCF, and pass as a parameter to a function a certificate: mySvcClient.…
c# wcf x509certificateI'm working on some code that creates a X509certificate and a public/private key pair. The public key is …
c# .net ssl x509certificateIs it possible to sanely create an X509 Certificate in Java code without using the Bouncy Castle X509V*CertificateGenerator …
java x509certificate jceI know you can specify the purpose for which a certificate public key can be used for by adding a …
openssl x509certificate