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 is the best way to crack the certification?

1 Answers  


How anonymous method is different from a lambda expression?

1 Answers  


What's the .net collection class that allows an element to be accessed using a unique key?

1 Answers  


what are design patterns in .net....?

2 Answers  


Difference between abstract class and interface in .net?

1 Answers  


What is the standard you use to wrap up a call to a Web service

2 Answers   Siebel Systems,


What relationship is between a process, application domain, and application?

1 Answers  


What is a .net class?

1 Answers  


What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?

3 Answers   Accenture, CC Soft, Infosys,


Difference between assembly manifest & metadata

2 Answers  


Explain is the jit an interpreter?

1 Answers  


How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?

1 Answers  


Categories