Converter.Hash Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets an algorithm to generate a hash value for each converted file created using this converter.

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

Syntax

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. Currently, the only value md5 is supported. If an empty string specified, no hash is calculated.

Default value is "".

Remarks

On the server, you receive a value of the hash as HashCodeMd5 property.

See Also

Reference