Discuss this help topic in SecureBlackbox Forum
Initiates asynchronous signing.
Declaration
Parameters
- 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
- Detached - Specifies whether the detached signature should be created instead of «normal» one
- 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.
- State - TElDCAsyncState object describing the signing state is returned via this parameter.
- AsyncSignMethod - ...
Return value
Returns 0 if the signing process was completed successfully, and an error code otherwise.
Possible values:
Description
Call this method to initiate asynchronous signing process. To finalize the process, call CompleteAsyncSign.
Discuss this help topic in SecureBlackbox Forum