Hi all,
I try to connect the WEB which is authenticated with NTLM. In HttpWebRequest I use Credentials properties to set username and password. When I run application in win XP everything work proper. But in win 7 there are some problems:
- in default Local Security Policy "Minimum session security for NTLM SSP based client" required minium 128b key, but C# try to connect with 64b key (NTLM flags 'key exchange' is to 1). How can I enforce the HTTPWebRequest class to use 128B key?
Thanks for all help!
NTLM authentication in C# problem
Page 1 of 1|
|

New Topic/Question
Reply



MultiQuote


|