Discuss this help topic in SecureBlackbox Forum
TElSymmetricCrypto.InitializeDecryption
Prepares the decryptor for decryption of data blocks.
Declaration
Description
Use this method to prepare encryption object for encrypting multiple data blocks. This method is necessary if you plan to call DecryptUdpate() later. Don't use this method if you encrypt data with Decrypt() method. Call FinalizeDecyrption when you are done encrypting the data.