I got following code:
svc = new SomeService();
X509Certificate cert = LoadCertFromStore("certname");
svc.ClientCertificates.Add(cert);
svc.SomeWebservice();
The certificate is properly read from the store (i have also tried to
load from the file) but I sill get "403 Forbidden" error. I was
googling but I found nothing that helped me. On the remote server the
client certificate is missing.
I tried to connect to the webservicve through the browser but in
internet explorer client certificates list dialog is empty. It is
probably because I do not have private key assiciated with the client
cert (by the way: do I really need to have private key to use client
cert???????). I have only certificate.cer file whis is imported to
local machine store.
Re: PFXExportCertStoreEx ... which contains the actual PFX and write that to the disk. ... methods to export certificate + private key from the IE store.... (microsoft.public.platformsdk.security)
Re: Unable to unwrap a symmetric key using the private key of an X ... the certificate (public and private key) is ... installed in the personal store of both local computer and current user and I ... The problem is related to the certificate store on the web service side. ... You installed the certificate in "OtherPeople" store but the policy points ... (microsoft.public.dotnet.framework.webservices.enhancements)
Re: Client Certificates Issue ... "Active Directory User Objects" where the certificate is available, ... the Store Name for that store or, how can I access it using C#.Net code? ... not on your server.... of the private key for the certificate they provided to the server. ... (microsoft.public.dotnet.framework.aspnet.security)
Re: Online Only Digital Signature ... What's important is not whether the file contains the private key,... In the above, the certificate is placed into the local machine store, and ... Can you open the cert store,... (microsoft.public.dotnet.security)