November 2015
Intermediate to advanced
152 pages
2h 46m
English
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:
The Secure Sockets Layer (SSL) encryption protects the credentials exchanged between a client and a server. SSL enables ...
Read now
Unlock full access