Top "X509certificate" questions

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

winhttpcertcfg giving access to IIS user in Windows 7

I need to give access to the IIS user to a pfx certificate. The website is running under the App …

.net asp.net iis-7 x509certificate pfx
'MANAGE PRIVATE KEYS' option missing

I'm developing WCF service with Transport Security hosted on IIS 7.5 under Windows 2008R2. I have a certificate, generated in IIS 7.5 …

c# wcf wcf-security x509certificate
How can I use certificate authentication with HttpsURLConnection?

I'm trying to connect to an HTTPS URL, but I need to use client authentication with a certificate placed on …

java https x509certificate authentication
SSL Error: unable to find valid certification path to requested target

I am trying to connect to a url through my server that requires certificate. I have imported my Client Authentication …

ssl jboss ssl-certificate x509certificate pkix
How to make WCF Client conform to specific WS-Security - sign UsernameToken and SecurityTokenReference

I need to create a wcf client to call a service that I have no control over. I have been …

c# wcf x509certificate ws-security
SAML Signature verification failed

Our IdP is a Salesforce.com org. The SP is a third party .Net application. During development, the 3rd party …

salesforce x509certificate saml-2.0 component-space
SSL Handshake Failing With 'Certificate Unknown'

We have an application that is currently running via HTTP protocol. We are aiming to migrate it to HTTPS. We …

ssl https tcp x509certificate handshake
Inserting Certificate (with privatekey) in Root, LocalMachine certificate store fails in .NET 4

I'm having problems inserting a new CA certificate with privatekey in the Root certificate store of the localmachine. This is …

c# .net-4.0 certificate x509certificate bouncycastle
HTTPS request fails using HttpClient

I am using the following code and get HttpRequestException exception: using (var handler = new HttpClientHandler()) { handler.ClientCertificateOptions = ClientCertificateOption.Manual; handler.…

c# asp.net-core .net-core x509certificate x509certificate2
How to create a snk from pfx / cer?

Microsoft seems to have created a certification jungle, that is hard to understand. Microsoft X.509 certificate (.cer) Personal Information Exchange (.…

c# .net x509certificate pfx snk