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
public Error SetFinalDocumentHash(byte[] hash, bool swSign = true)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | hash | The final document hash. |
System.Boolean | swSign |
Returns
Type | Description |
---|---|
Error | Error |