6 references to ConvertNativeSidToByteArray
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (2)
672byte[] sid = Utils.ConvertNativeSidToByteArray(foreignSid.pSid); 709(new SecurityIdentifier(Utils.ConvertNativeSidToByteArray(_foreignMembersToReturn[0].pSid), 0)).ToString(),
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
1557groupSid = Utils.ConvertNativeSidToByteArray((IntPtr)pGroupSid);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
506sidB = Utils.ConvertNativeSidToByteArray((IntPtr)pSid);
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
235byte[] sid = Utils.ConvertNativeSidToByteArray(pSid);
System\DirectoryServices\AccountManagement\User.cs (1)
200byte[] sid = Utils.ConvertNativeSidToByteArray(pSid);