,
--Tarik
-Original Message-
From: Valentina Shkolnikov [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 12:22 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] TransformFinalBlock returns
Why the 'ICryptoTransform.TransformFinalBlock' method returns an array
larger than the .Outpu
Why the 'ICryptoTransform.TransformFinalBlock' method returns an array
larger than the .OutputBlockSize property states? As a result I'm getting
discrepancy when encrypting-decrypting.
Is this an undocumented feature, or I'm doing something wrong way:
...
Private mCryptor As ICryptoTransform
Pri