Discuss this help topic in SecureBlackbox Forum
Encrypts the chunk of data
Declaration
Parameters
- InBuffer - data buffer to encrypt
- InIndex - offset of actual data from the beginning of the array
- InSize - size of input data in bytes
- OutBuffer - buffer where to put encrypted data
- OutIndex - output buffer start offset
- OutSize - the maximal expected size of output data in bytes
- InStream - the stream with data to encrypt.
- OutStream - the stream for encrypted 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 encrypt the chunk of data with a key specified by the
KeyMaterial property.
Discuss this help topic in SecureBlackbox Forum