Method SetPreliminaryDocumentHash
SetPreliminaryDocumentHash(Byte[])
Sets the preliminary document hash (32 bytes). This call is a prerequisite for getting the encrypted AES key. See GetEncryptedAESKey(out Byte[])
Declaration
public Error SetPreliminaryDocumentHash(byte[] hash)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | hash | The hash. |
Returns
Type | Description |
---|---|
Error | Error |