Is there a way to retrieve and possibly validate a certificate used on a web page displayed in a WebControl in a Windows Phone app?
Inside the WebControl I display a web page over ssl (https), which has a trusted verisign certificate. I want to give the user the option to display detailed information about the certificate as well as displaying it as EV-SSL certificate - that is when you display the organization name.
I want to give the user a feeling of trust through certificate information, like issuer, organization, certificate used - pretty much the same way google chrome on iOS does.