Click or drag to resize

DataHash Class

Representation of hash values as hash computation results. Includes name of the algorithm used and computed hash value.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.HashingDataHash

Namespace:  Guardtime.KSI.Hashing
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class DataHash : IEquatable<DataHash>

The DataHash type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAlgorithm
Get the HashAlgorithm used to compute this DataHash.
Public propertyImprint
Get data imprint. Imprint is created by concatenating hash algorithm id with hash value.
Public propertyValue
Get the computed hash value for DataHash.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two hash objects.
Public operatorStatic memberInequality
Compares two hash objects for non equality.
Top
See Also