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