3 references to GetSidSubAuthority
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\Utils.cs (3)
2237IntPtr pRid = global::Interop.Advapi32.GetSidSubAuthority(pSid, 0); 2276IntPtr pLastRid = global::Interop.Advapi32.GetSidSubAuthority(pSid, ridCount - 1); 2357IntPtr pcurrentSubauthority = global::Interop.Advapi32.GetSidSubAuthority(pSid, i);