2 references to SidList
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (1)
631_foreignMembersToReturn = new SidList(sidList, _storeCtx.DnsHostName, _storeCtx.Credentials);
System\DirectoryServices\AccountManagement\AD\SidList.cs (1)
13internal SidList(List<byte[]> sidListByteFormat) : this(sidListByteFormat, null, null)