When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.
Protected MustOverride Sub HashCore ( _ array As Byte(), _ ibStart As Integer, _ cbSize As Integer _ )
Dim array As Byte() Dim ibStart As Integer Dim cbSize As Integer Me.HashCore(array, ibStart, cbSize)
protected abstract void HashCore( byte[] array, int ibStart, int cbSize )
protected: virtual void HashCore( array<unsigned char>^ array, int ibStart, int cbSize ) abstract
protected abstract function HashCore( array : byte[], ibStart : int, cbSize : int )
This method is not called by application code.
This abstract method performs the hash computation. Every write to the cryptographic stream object passes the data through this method. For each block of data, this method updates the state of the hash object so a correct hash value is returned at the end of the data stream.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC