Gets or sets an algorithm to generate a hash value for each converted file created using this converter.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public string Hash { get; set; }
Type: System..String
The algorithm to generate a hash value for each converted file created using this converter.
Possible values are listed in the table below.
Value | Description |
---|---|
SHA | SHA hash algorithm. |
MD2 | MD2 hash algorithm. |
MD5 | MD5 hash algorithm. |
You can specify several hash algorithms separated by semicolon.
Default value is "".
ActiveX/Java Uploader Express does not support creating hash sums for files. See the Upload Suite Editions topic for details.