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



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

Answer / 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

More Dot Net General Interview Questions

What are the different types of Classes in .NET?

1 Answers   PUCIT,


Is .net front end or backend?

1 Answers  


what is dotnet architecture? can anyone explain that.

2 Answers  


object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....

1 Answers   Infotech, Wipro,


What are the benefits of Model-View-Controller Architecture?

1 Answers  


Explain the top .net class that everything is derived from?

1 Answers  


What are Sessions?

2 Answers   Deloitte,


Explain about managed heap?

1 Answers  


Explain the differences between server-side code and client-side code.

1 Answers  


What's a windows process in .net?

1 Answers  


Difference between Panel and GroupBox classes?

3 Answers  


Explain the difference between vb and vb.net?

1 Answers  


Categories