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