How do I create Ntlm Type 1 and Type 3 messages in .Net
- by brj011
I need to create Type 1 message and Type 3 message for NTLM handshaking. Is there any .Net API for this?
Essentially, the application is WPF based, but Socket is used in order to stream data from the server. Use of socket is a technical requirement, but the problem is when user needs to connect to the server using a proxy server. Further, if the…