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