In the original example, you say you can decrypt a database by supplying the following command:
</p><p>conn.ChangePassword(null);</p><p>
But when I try this, it doesn't work because it is an ambiguous call. Besides the (string) argument there is 1 overload with a byte[ argument on this method, which causes this.
Please advise how to continue!