> I assume it is because MemoryStream.Close() resets its internal buffer
> and CryptoStream.FlushFinalBlock() closes the stream.
> 
> I don't know that Close() disposes internal buffer by ECMA spec.
> MS stream apparently holds.

This appears correct. When I comment out the stream close everything
works fine. So either the stream close is wrong or the
MemoryStream.Close shouldn't reset the buffer.

-elan

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to