Discuss this help topic in SecureBlackbox Forum
Completes asynchronous signing.
Declaration
Parameters
- AsyncState - specifies the operation (state) to be completed.
- InBuffer - Pointer to the data to be signed
- InStartIndex - Starting index of the data to be signed in the InBuffer.
- InSize - Size of input data in bytes
- OutBuffer - Pointer to the buffer where signed data should be written
- OutStartIndex - Starting index of the signed data in the OutBuffer.
- OutSize - Size of OutBuffer in bytes
- InStream - Stream to be signed.
- OutStream - Resulting signed stream.
- InCount - Number of bytes to be read from InStream. If this parameter is 0 the data is read till the end of the stream.
Default value is 0.
Return value
Returns 0 if the signing process was completed successfully, and an error code otherwise.
Possible values:
Description
Call this method to finalize the asynchronous signing process.
Discuss this help topic in SecureBlackbox Forum