Hasher Class

The base hasher class.

Definition

Namespace: Gemstone.Security.Cryptography.Blake2BHash
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.169 -- Release Build+43e28b5fd7125e5e0921cb1e975c038b7a974af2
public abstract class Hasher : IDisposable
Inheritance
Object    Hasher
Implements
IDisposable

Constructors

HasherInitializes a new instance of the Hasher class

Methods

AsHashAlgorithm Create a HashAlgorithm from this.
Dispose Zero and release sensitive resources.
Dispose(Boolean) Disposes resources if disposing is true.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Finish Generate the hash from the hash's state.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Init Initialize for hash generation.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Update(Byte) Update the hash's state with the given data.
Update(Byte, Int32, Int32) Update the hash's state with the given data.

See Also