This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.HashAlgorithm Property

Algorithm to generate a hash value for each file to upload to the server.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property HashAlgorithm As String
C#
public string HashAlgorithm { get; set; }

Property Value

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 "".

Remarks

This property corresponds to HashAlgorithm client-side property.

See Also

Reference