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

SourceFileInfo.ValidateHashCodeSHA Method

Compares HashCodeSHA value and SHA hash code calculated for the source file server-side.

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

Syntax

Visual Basic
Public Function ValidateHashCodeSHA As Boolean
C#
public bool ValidateHashCodeSHA()

Return Value

true if HashCodeSHA property value and source file SHA hash code are equal; otherwise false.

See Also

Reference