HashProviderBase
Gets the value of the computed hash code.
Gets the size, in bits, of the computed hash code.
Gets the input block size.
Gets the output block size.
protected HashProviderBase()
Computes the hash value for the input data.
Releases all resources used by the current instance of the HashProviderBase class.
Releases the unmanaged resources used by the HashProviderBase 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 HashProviderBase.
public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)
Computes the hash value for the specified region of the input byte array and copies the specified
region of the input byte array to the specified region of the output byte array.
Computes the hash value for the specified region of the specified byte array.