Discuss this help topic in SecureBlackbox Forum
This method verifies detached signature.
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
- SigBuffer - buffer with signature
- SigIndex - signature buffer start offset
- SigSize - size of signature data in bytes
- InStream - the stream with data to verify.
- SigStream - the stream with signature data.
- InCount - the number of bytes to be read from data buffer. If this parameter is zero, the whole stream is processed.
Default value is 0.
- SigCount - the number of bytes to be read from signature buffer. 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 validate a detached signature.
You need both original message and a signature value to be able to perform validation.
Discuss this help topic in SecureBlackbox Forum