Team LiB
Previous Section Next Section

How To—Set Up Client Certificates

Overview

Web services often need to be able to authenticate their callers (other applications) in order to perform authorization. Client certificates provide an excellent authentication mechanism for Web services. When you use client certificates, your application also benefits from the creation of a secure channel (using Secure Sockets Layer [SSL]) between the client application and Web service. This allows you to securely send confidential information to and from the Web service. SSL ensures message integrity and confidentiality.

This How To includes step-by-step instructions to call a Web service that is configured to require client certificates.

Note 

The information in this How To also applies to remote components hosted by IIS.


Team LiB
Previous Section Next Section