The JenkinsHash type exposes the following members.

Properties

  NameDescription
BlockSize
The size in bytes of an individual block.
(Inherited from BlockHashAlgorithm.)
BufferCount
The number of bytes currently in the buffer waiting to be processed.
(Inherited from BlockHashAlgorithm.)
CanReuseTransform
Gets a value indicating whether the current transform can be reused.
(Inherited from HashAlgorithm.)
CanTransformMultipleBlocks
When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.
(Inherited from HashAlgorithm.)
Count
The number of bytes that have been processed.
(Inherited from BlockHashAlgorithm.)
Hash
Gets the value of the computed hash code.
(Inherited from HashAlgorithm.)
HashSize
Gets the size, in bits, of the computed hash code.
(Inherited from HashAlgorithm.)
InputBlockSize
When overridden in a derived class, gets the input block size.
(Inherited from HashAlgorithm.)
OutputBlockSize
When overridden in a derived class, gets the output block size.
(Inherited from HashAlgorithm.)

See Also