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 |
What is the best way to crack the certification?
How anonymous method is different from a lambda expression?
What's the .net collection class that allows an element to be accessed using a unique key?
what are design patterns in .net....?
Difference between abstract class and interface in .net?
What is the standard you use to wrap up a call to a Web service
What relationship is between a process, application domain, and application?
What is a .net class?
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
Explain is the jit an interpreter?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?