Method ReadSignatureSignedDocumentHash
ReadSignatureSignedDocumentHash(out Byte[])
Returns the signed document hash. Please note that the hash to be signed has to be set in advance with SetFinalDocumentHash(Byte[], Boolean).
Declaration
public Error ReadSignatureSignedDocumentHash(out byte[] signedHash)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | signedHash | The signed document hash. Null in case of error. |
Returns
| Type | Description |
|---|---|
| Error | Error |