Method SetFinalDocumentHash
SetFinalDocumentHash(Byte[], Boolean)
Sets the final document hash to be signed. The cryptographic signature is done by the signature device provided
the device supports it and
the softwareSign parameter is set to false.
Else the signing is done by the library.
Declaration
Error SetFinalDocumentHash(byte[] hash, bool softwareSign)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | hash | The final document hash. |
System.Boolean | softwareSign | If set to false, the cryptographic signature may be done by the device. |
Returns
Type | Description |
---|---|
Error | Error |