Determine if a user belongs to a particular AD Group using .Net

Posted by rami on Stack Overflow See other posts from Stack Overflow or by rami
Published on 2010-06-11T23:44:08Z Indexed on 2010/06/11 23:52 UTC
Read the original article Hit count: 330

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about active-directory