5 references to
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (5)
1303
if (modAttribute
[
j] is string)
1305
byteArray = encoder.GetBytes((string)modAttribute
[
j]);
1307
else if (modAttribute
[
j] is Uri)
1309
byteArray = encoder.GetBytes(((Uri)modAttribute
[
j]).ToString());
1313
byteArray = (byte[])modAttribute
[
j];