Check user in domain
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello... I want to check username, password, and domain together. I always used C++ to do that. That means, I give username, password and domain, and the return value is true or false. Now I changed to C# 2.0. Are there any classes or methods to do that ? Probably using DirectoryService ? Can anybody show me the right way how to do that ? Thanks...
-
Hello... I want to check username, password, and domain together. I always used C++ to do that. That means, I give username, password and domain, and the return value is true or false. Now I changed to C# 2.0. Are there any classes or methods to do that ? Probably using DirectoryService ? Can anybody show me the right way how to do that ? Thanks...