Discuss this help topic in SecureBlackbox Forum
A callback function that delegates the signature computation.
Declaration
Parameters
Return value
Returns True if signing is successful, and False otherwise.
Description
When the CMS signature computation is delegated to the third-party application, this function has to receive the hash value, pass it to the signer, obtain the signature value and send it back to the component. The function should return True on success, and False if an error was encountered. If the function returns False, EElCMSError exception is risen by the signer component.
.NET: