Discuss this help topic in SecureBlackbox Forum
Decrypts the chunk of data
Declaration
Parameters
- InBuffer - data buffer to decrypt
- InIndex - offset of actual data from the beginning of the array
- InSize - size of input data in bytes
- OutBuffer - buffer where to put decrypted data
- OutIndex - output buffer start offset
- OutSize - the maximal expected size of output data in bytes
- InStream - the stream with data to decrypt.
- OutStream - the stream for decrypted data.
- Count - the number of bytes to be read. If this parameter is zero, the whole stream is processed.
Default value is 0.
Description
Use this method to decrypt a of data with a key specified by the
KeyMaterial property.
Discuss this help topic in SecureBlackbox Forum