WCF Proxy error Using X509 Certificate
问题 I created a wcf service and could SUCCESSFULLY refer it in client application. But the problem comes when I implement X509 certificate. 1) when I change the service to use x509 Certificate, I couldn't create a proxy as the mex end points are not shown in the browser. So in this case, how should I refer the Service in client app, when the service is secured and mex end points are not exposed? 2) Can I use both message and transport security as Certificate? Will this scenario work for