adspace


Tell me about secure socket layer? How to make use of the technology?

Answer Posted / Mudit Kumar Gupta

Secure Socket Layer (SSL) is a protocol used for establishing encrypted links between networks. SSL works by using two keys: a public key and a private key. When a client wants to connect to a server, it first sends its identity to the server. If the server trusts the client, it sends its own public key. The client can then create a symmetric encryption key and send it encrypted with the server's public key. SSL is used to secure web traffic by implementing HTTPS (HTTP over SSL/TLS). To make use of SSL in .NET, you need an SSL certificate and configure your application to use it.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143