K
Kishore Gopalan
I need to get a list of roles to which a User belongs. I tried using the
code,
IdentityReferenceCollection icol = WindowsIdentity.GetCurrent().Groups;
But it only returns SIDs. Is there a way I can get the actual roles to which
a User belongs..?
Thanks
Kishore
code,
IdentityReferenceCollection icol = WindowsIdentity.GetCurrent().Groups;
But it only returns SIDs. Is there a way I can get the actual roles to which
a User belongs..?
Thanks
Kishore