Tagged Questions
2
votes
1answer
67 views
Can the .NET ClickOnce downloader pull files from a site protected by a PIN-requiring client certificate?
(I tried this over a year ago using an older (than 4.0; I don't recall exactly which) version of the .NET framework. The non-browser downloader wasn't capable (to my knowledge) of negotiating the ...
1
vote
1answer
559 views
Client certs without using the keystore
I'm trying to figure out if there is any way to have a .NET client use a client certificate without involving the Windows keystore in any way.
I have a code snippet like this:
test1.Service s = new ...
1
vote
4answers
4k views
unable to post a https WebRequest in .net?
Hi i am encountering problems trying to post a WebRequest under Https.
i received the following errors
1.-The underlying connection was closed: Unable to connect to the remote server.
2.-the ...
0
votes
0answers
90 views
Client certificate authentication negotiation problems between Apache and .Net
We have a web service built in PHP and running on Apache that requires client certificate based authentication. The client which is consuming this service is using some combination of .Net ...
0
votes
1answer
63 views
Is it possible to understand whether a certificate in Windows cert store imported as “Enable Strong Private Key” protection?
Is it possible to understand whether a certificate in Windows cert store imported as "Enable Strong Private Key" protection in .NET?
0
votes
2answers
437 views
How can I get the “purpose” (Client Authentication Certificate) of a certificate in .NET?
I want to find all client authentication certificates from the X509Store(StoreLocation.CurrentUser)
Is there anyway to do this? Even by getting all then filtering by a certain property to get all ...