- ASP.NET Web API Security Essentials
- Rajesh Gunasundaram
- 98字
- 2021-07-30 10:15:54
Chapter 2. Enabling SSL for ASP.NET Web API
In this chapter, we will discuss the implementation of SSL with ASP.NET Web API and authentication of users using SSL client certificates. Authentication schemes over plain HTTP are not secure. For example, basic authentication and forms authentication send plain texts, such as the username and password. So, to protect the plain texts from vulnerability, we use SSL and also authenticate clients using the SSL client certificates.
In this chapter, we will cover the following topics:
- Enforcing SSL in a Web API controller
- Using Client certificates in Web API
推薦閱讀
- JavaScript前端開發模塊化教程
- C語言程序設計教程
- Python自動化運維快速入門
- C語言程序設計實踐教程
- Learning Apache Kafka(Second Edition)
- Teaching with Google Classroom
- Kotlin從基礎到實戰
- 焊接機器人系統操作、編程與維護
- C專家編程
- Python:Deeper Insights into Machine Learning
- Learning iOS Security
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- 零基礎PHP從入門到精通
- Serverless工程實踐:從入門到進階