Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76398 --- shadow/76398 2005-10-10 22:07:39.000000000 -0400 +++ shadow/76398.tmp.21236 2005-10-11 03:20:30.000000000 -0400 @@ -68,6 +68,16 @@ * the easy way is to use a CryptoStream - which will not use transforms in ways they do not support (e.g. reuse, multiple blocks); or * call both properties (and adjust the code) before using any crypto transforms. + +------- Additional Comments From [EMAIL PROTECTED] 2005-10-11 03:20 ------- +Actually I have used CryptoStream in my real code. I've trimmed down +the sample a little bit. + +If I understand your reply correctly I have to a) use CryptoStream and +b) create the transforms for every instance? + +Thanks, +Joerg. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
