Question

I'm new with Windows Metro Apps development and the key problem I faced is that it is not possible in Metro app to force server SSL certificate verification like it can be done in classic applications.

So, the question is: How to make a WebRequest via https using certificates which installed on local machine?

After importing specific certificates to the windows via mmc.exe Internet Explorer 10 stops reporting certificate problems, but my Metro Apps still throws exceptions about certificate problems.

Was it helpful?

Solution

The solution appeared pretty simple. The only thing needed is to add a capability for Metro application called "Shared users certificates"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top