Window NT User authentication

  • Thread starter Thread starter TF
  • Start date Start date
T

TF

I am developing a Windows Form application in VB.NET. In one of the
scenario I am getting NT Login ID (other than currently logged-on
user) and password from the user. Now I want to verify if provided
Login Id/password exists in the network?
I got a workaround using ADSI DirectoryEntry/DirectorySearcher .net
classes but
can anyone tell me if there is any other .net class to authenticate
the user against NT users?

Thanks
 
Back
Top