Click here to Skip to main content
15,913,773 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all
I want to create a form to let user enter his windows user name and password
I want to check all entries (user name, password) if it is correct do what I want, otherwise display an exclamation message.

I have some API functions, but I dont want to use it, I want to check the user name and password by calling LDAP and active directory classes and functions.

can you help me please.
Posted

1 solution

Have a look at System.DirectoryServices[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900