Method SetFinalDocumentHashBlocking
SetFinalDocumentHashBlocking(Byte[], Boolean)
Sets the final document hash to be signed.
Declaration
public SetFinalDocHashResult SetFinalDocumentHashBlocking(byte[] hash, bool swSign = true)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | hash | The final document hash. |
System.Boolean | swSign | If set to false, the cryptographic signature may be done by the device. |
Returns
Type | Description |
---|---|
SetFinalDocHashResult | The result of this operation. |
Remarks
This is a blocking version of SetFinalDocumentHashAsync(Byte[], Boolean).