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