Discuss this help topic in SecureBlackbox Forum
Decrypts the data block.
Declaration
Parameters
- InBuffer - reference to the data to decrypt.
- InIndex - Offset of the input data in the input array.
- InSize - Size of input data in bytes.
- OutBuffer - reference to buffer where decrypted data should be stored.
- OutIndex - Offset in the output array, starting from which the data is written.
- OutSize - Size of available space in OutBuffer in bytes.
Return value
…
Description
Use this method when you want to decrypt the data block which is part of the larger data. To finish decryption of the whole data use FinalizeDecryption method.
Discuss this help topic in SecureBlackbox Forum