3 references to GetSidSubAuthority
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Utils.cs (3)
210IntPtr pRid = Interop.Advapi32.GetSidSubAuthority(pSid, 0); 249IntPtr pLastRid = Interop.Advapi32.GetSidSubAuthority(pSid, ridCount - 1); 856IntPtr pcurrentSubauthority = Interop.Advapi32.GetSidSubAuthority(pSid, i);