[To be supplied.]
[Visual Basic] MustOverride Protected Sub HashCore( _ ByVal array() As Byte, _ ByVal ibStart As Integer, _ ByVal cbSize As Integer _ ) [C#] protected abstract void HashCore( byte[] array, int ibStart, int cbSize ); [C++] protected: virtual void HashCore( unsigned char* array[], int ibStart, int cbSize ) = 0; [JScript] protected abstract function HashCore( array : Byte[], ibStart : int, cbSize : int );
HashAlgorithm Class | HashAlgorithm Members | System.Security.Cryptography Namespace