What is Secure Sockets Layer (SSL) security?- SSL protects data exchanged between a client and an ASP.NET application by encrypting the data before it is sent across the internet. - It is one of the most widely deployed security protocol used today. - It provides a secure channel between two machines operating over the internet. - This protocol is generally used when a web browser needs to be securely connected to a web server. - It requires less amount of interaction from the end user for establishing a secure session.
|