Determine if a user belongs to a particular AD Group using .Net
- by rami
What is the best way to determine if a user belongs to particular AD user group using C# without have to enumerate through all the user's groups. Can this be done using a single LDAP query or search?