My intranet site uses Integrated Windows Authentication. I think I've got a token size problem (too many groups). I'd like to get some code that can access the token (from WindowsIdentity.Token ?) and return the token size. It looks like I need unmanaged code and that's beyond me. Does anyone know how to do this?
...
Go to the complete details ...