Client and Server certificates in Windows Store applications
I answered a couple of certificate questions in the C# Windows Store applications forum that you all may find useful:
Provide Client side certificate:
Include Server certificate in manifest so application can
trust an non-trusted or self-issued server certificate:
Great video describing SelfSigned certs and embedding it in an app:
https://channel9.msdn.com/Events/Build/2012/3-127 See at 0:36 - 0:42 for the SSL part.
Comments
Anonymous
November 03, 2012
I have a website with a self signed certifcate,i export it, add it to my windows store app but i still can't call the service..Anonymous
November 04, 2012
The comment has been removed