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