-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
ASP.NET Web API Security Essentials
By :
To digitally identify whether a user is an authenticated user, client certificates are used. This is an enhanced security mechanism unlike using username and password for security as this is a simple validation. Client certificates allow a web application to authenticate its users by verifying a certificate that is provided by the client before the HTTP connection is established.
The following steps will create a test root authority and client certification for development and testing purpose:
makecert.exe -n "CN=Dev CA" -r -sv DevCA.pvk DevCA.cer
makecert for private key.The preceding steps help in creating the Root Certification Authority certificate. Now let's install the DevCA.cer certificate on our Trusted Root Certification Authorities for the local machine store using Microsoft...
Change the font size
Change margin width
Change background colour