5 references to TOKEN_GROUPS
mscorlib (5)
system\security\principal\windowsidentity.cs (5)
571
Win32Native.
TOKEN_GROUPS
tokenGroups = pGroups.Read<Win32Native.
TOKEN_GROUPS
>(0);
574
pGroups.ReadArray((uint)Marshal.OffsetOf(typeof(Win32Native.
TOKEN_GROUPS
), "Groups").ToInt32(),
1334
IntPtr pSidAndAttributes = new IntPtr((long)safeAllocHandle.DangerousGetHandle() + (long)Marshal.OffsetOf(typeof(Win32Native.
TOKEN_GROUPS
), "Groups"));
1392
IntPtr pSidAndAttributes = new IntPtr((long)safeAllocHandle.DangerousGetHandle() + (long)Marshal.OffsetOf(typeof(Win32Native.
TOKEN_GROUPS
), "Groups"));