NeatUpload Documentation

HashedInputFile Class

InputFile that provides access to the cryptographic hash of the file contents when used with the HashingFilesystemUploadStorageProvider

For a list of all members of this type, see HashedInputFile Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Brettle.Web.NeatUpload.FileControl
            Brettle.Web.NeatUpload.InputFile
               Brettle.Web.NeatUpload.HashedInputFile

public class HashedInputFile : InputFile

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

You can use the Hash property to access the hash of the uploaded file.

Requirements

Namespace: Brettle.Web.NeatUpload

Assembly: Brettle.Web.NeatUpload.HashedInputFile (in Brettle.Web.NeatUpload.HashedInputFile.dll)

See Also

HashedInputFile Members | Brettle.Web.NeatUpload Namespace