2 writes to pSid
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\SidList.cs (2)
191entry.pSid = pSids[i]; 257pSid = IntPtr.Zero;
7 references to pSid
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (3)
672byte[] sid = Utils.ConvertNativeSidToByteArray(foreignSid.pSid); 689SidType sidType = Utils.ClassifySID(foreignSid.pSid); 709(new SecurityIdentifier(Utils.ConvertNativeSidToByteArray(_foreignMembersToReturn[0].pSid), 0)).ToString(),
System\DirectoryServices\AccountManagement\AD\SidList.cs (2)
254if (pSid != IntPtr.Zero) 256Marshal.FreeHGlobal(pSid);
System\DirectoryServices\AccountManagement\AuthZSet.cs (2)
234IntPtr pSid = _groupSidList[_currentGroup].pSid; 419IntPtr pSid = _groupSidList[_currentGroup].pSid;