how to use active directory in .net

P

psycho

i am developing a windows application using .net and need to query
active directoy for :
1. the listing of all the users.
2. provide rights to the user depending on the roles.

so suggest me any internet resources and books that deal specifically
with active directory and .net
 
G

Guest

The classes are all in System.DirectoryServices (you'll need to add the
reference). Try searching for that under google or use the help to see how
they are used.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top