HashAlgorithm
Represents the base class from which all implementations of cryptographic
hash algorithms must derive.
Gets a value indicating whether the current transform can be reused.
Gets a value indicating whether multiple blocks can be transformed.
Gets the size, in bits, of the computed hash code.
Gets the input block size.
Gets the output block size.
protected HashAlgorithm()
Computes the hash value for the specified byte array.
Computes the hash value for the specified region of the specified byte array.
Computes the hash value for the specified Stream object.
Releases all resources used by the current instance of the HashAlgorithm class.
Releases the unmanaged resources used by the HashAlgorithm and optionally releases the managed resources.
Routes data written to the object into the hash algorithm for computing the hash.
Finalizes the hash computation after the last data is processed by the cryptographic stream object.
Initializes an implementation of the HashAlgorithm class.