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