当前位置:编程学习 > asp >>

Set Up Client Certificates

How To: Set Up Client Certificates
J.D. Meier, Alex Mackman, Michael Dunner, and Srinath Vasireddy
Microsoft Corporation
November 2002
Microsoft® ASP.NET
Microsoft Visual Studio® .NET
See the Landing Page for a starting point and complete overview of Building Secure ASP.NET Applications.
Summary: IIS supports client certificate authentication. This How To shows you how to configure a Web application to require client certificates. It also shows you how to install a certificate on a client computer and use it when calling the Web application. (5 printed pages)
Contents
Requirements
Summary
Additional Resources
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.
Requirements
The following items describe the recommended hardware, software, network infrastructure, skills and knowledge, and service packs you will need.
· Microsoft® Windows® 2000 Server operating system with Service Pack 2
· Microsoft Visual Studio® .NET development system
· Access to a Certificate Authority (CA) to generate new certificates
· A Web server with an installed server certificate
For more information about installing Web server certificates, see How To: Set Up SSL on a Web Server in the Reference section of this guide.
补充:asp教程,高级应用
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,