I\'m able to get the roles associated with the authenticated user but not the groups. Is there a way to get the groups
I am writing the following methods to add and remove users from active directory in C#. void AddUserToGroup(string userId, string groupName);
I have the need in my program to get the list of user logon names in a group. This is what I have so far but it only returns all the users...which I need cut down to those in a group, of which i have