Web Services Security

Call a Web Service Using Client Certificates

Web services often need to be able to authenticate their callers (other applications). One authentication technique is to require callers of the Web service to present a client certificate. There are two common situations where client certificates are used: An ASP.NET Web application calls a Web service that uses certificate authentication. An application running under… Continue reading Call a Web Service Using Client Certificates