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 are the different types of Classes in .NET?
Is .net front end or backend?
what is dotnet architecture? can anyone explain that.
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....
What are the benefits of Model-View-Controller Architecture?
Explain the top .net class that everything is derived from?
What are Sessions?
Explain about managed heap?
Explain the differences between server-side code and client-side code.
What's a windows process in .net?
Difference between Panel and GroupBox classes?
Explain the difference between vb and vb.net?