Routes data written to the object into MD5 and SHA1 hash algorithms for computing the hash.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Protected Overrides Sub HashCore ( _ array As Byte(), _ ibStart As Integer, _ cbSize As Integer _ ) | 
| C# | 
|---|
| protected override void HashCore( byte[] array, int ibStart, int cbSize ) | 
Parameters
- array
- Type: array<System..::..Byte>[]()[][]
 The array of data bytes.
- ibStart
- Type: System..::..Int32
 The offset into the byte array from which to begin using data.
- cbSize
- Type: System..::..Int32
 The number of bytes in the array to use as data.
 
     
     
     
     
    