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

Converter.Hash Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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)

Syntax

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

Property Value

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.

ValueDescription
SHASHA hash algorithm.
MD2MD2 hash algorithm.
MD5MD5 hash algorithm.

You can specify several hash algorithms separated by semicolon.

Default value is "".

See Also

Reference