Gets or sets an algorithm to generate a hash value for each converted file created using this converter.
public function getHash() { } public function setHash($value) { }
Type: string
The algorithm to generate a hash value for each converted file created using this converter. Currently, the only value md5 is supported. If an empty string specified, no hash is calculated.
Default value is "".
On the server, you receive a value of the hash as HashCodeMd5 property.