HashAlgorithmBase: Initialize

Initialize

Resets the base class to an initial state to begin computing the hash for a new set of values.



 Public Sub Initialize ( )

Remarks

If this method is called by the base class itself, then the IHashAlgorithm.Initialize method will also be called. If this method is called from an external source, then the IHashAlgorithm.Initialize method will not be called. It is expected that the external source to be responsible for calling that method.

See Also

Project CorLib Overview

Class HashAlgorithmBase Overview