mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

FileSHA1 Class



FileSha1 is an object used to convert a file to a sha1 Checksum string. The name of this file is passed in during the construction of this object, or by using the property FileName. Then the Checksum is retrieved by using the Checksum property.



Namespace: SobekCM.Resource_Object.Divisions
Assembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public class FileSHA1

Remarks

Object created by Chris Nicolich for University of Florida's Digital Library Center.

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object.Divisions..::..FileSHA1

Constructors

  NameDescription
Public methodFileSHA1()()()()
Constuctor for a new instance of this object
Public methodFileSHA1(String)
Constuctor for a new instance of this object

Properties

  NameDescription
Public propertyChecksum
gets the sha1 check sum for this object
Public propertyError
Gets the error message for calculating the check sum of this object
Public propertyFileName
gets and sets the file name for this object

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )