Hasher Methods

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