Algorithm to generate a hash value for each file to upload to the server.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property HashAlgorithm As String
public string HashAlgorithm { get; set; }
A string value which specifies what hash algorithm to use. If an empty string is specified, no hash value is calculated.
Possible values are listed in the table below.
Hash algorithm name | 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 "".