> Debug.Assert (encrypt.CanReuseTransform); > > Didn't actually fire in any way to let me know this wasn't the case. > Anything I need to do to get these assertions to trigger? Duh...I was compiling the code "release" in Visual Studio to work around the unimplemented heap type issue. -elan