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