Which Groups Does WindowsIdentity.Groups Return- February 7, 2008 WindowsIdentity exposes a Groups property which returns a collection of IdentityReferences for the groups that a particular user is a member of. However, if you look closely, you'll find that these returned groups won't necessarily include all of the groups that the user is a member of. Under the covers, WindowsIdentity populates the groups collection by querying Windows for information on the groups that the user token is a member of. However, before returning this list, the Groups.http://blogs.msdn.com/shawnfa/archive/2008/02/07/which-groups-does-windowsidentity-groups-... |