4 references to Attributes
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\common\DirectoryRequest.cs (1)
224
Attributes
.Add(attributeList[i]);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (3)
711
attributeCount = (searchRequest.
Attributes
== null ? 0 : searchRequest.
Attributes
.Count);
719
IntPtr controlPtr = LdapPal.StringToPtr(searchRequest.
Attributes
[i]);