Answered by:
Does System.Net.Http support SSL cient authentication ?

Question
-
I'm trying to add Wifi authentication feature for my Metro App.
Firstly, I use IXMLHTTPRequest com interface for HTTP(SSL) communication.
But it did not work, I suppose it doesn't support...
Socondly, I use Casablanca SDKWhen I send "Post" request, the result was 0x800C0008.
The DevLabs member(I suppose) answer to me, the SDK has not supported the feature.
http://social.msdn.microsoft.com/Forums/en-US/casablanca/thread/3223b200-8c94-42e3-88de-57f6e31e99e7
So I will try to use Sysmtem.Net.Http DotNet class for it.
But I want to confirm if it support the feature.
Please advice !
kata.
Tuesday, August 28, 2012 6:04 AM
Answers
-
Yes, Windows Store apps support client certificates.
Matt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered.
If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.- Marked as answer by Matt SmallMicrosoft employee, Moderator Tuesday, August 28, 2012 2:26 PM
- Unmarked as answer by Matt SmallMicrosoft employee, Moderator Tuesday, August 28, 2012 2:26 PM
- Proposed as answer by Matt SmallMicrosoft employee, Moderator Tuesday, August 28, 2012 2:26 PM
- Marked as answer by kata._ Wednesday, August 29, 2012 8:12 AM
Tuesday, August 28, 2012 2:26 PMModerator
All replies
-
Yes, Windows Store apps support client certificates.
Matt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered.
If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.- Marked as answer by Matt SmallMicrosoft employee, Moderator Tuesday, August 28, 2012 2:26 PM
- Unmarked as answer by Matt SmallMicrosoft employee, Moderator Tuesday, August 28, 2012 2:26 PM
- Proposed as answer by Matt SmallMicrosoft employee, Moderator Tuesday, August 28, 2012 2:26 PM
- Marked as answer by kata._ Wednesday, August 29, 2012 8:12 AM
Tuesday, August 28, 2012 2:26 PMModerator -
Hi Matt san,
Thank you for your comment
I will modify my source code and project according to your advice.
Then I will go to hotspot and try it again.
I will report the result later.kata.
Wednesday, August 29, 2012 1:35 AM -
Hi Matt san,
I could successfully login!
Thanks a lot !
Best,
kata.
Wednesday, August 29, 2012 8:12 AM