Routes data written to the object into the hash algorithm for computing the hash.
Namespace: Renci.SshNet.Security.CryptographyAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
protected override void HashCore(
byte[] array,
int ibStart,
int cbSize
)
protected override void HashCore(
byte[] array,
int ibStart,
int cbSize
)
Protected Overrides Sub HashCore ( _
array As Byte(), _
ibStart As Integer, _
cbSize As Integer _
)
Protected Overrides Sub HashCore ( _
array As Byte(), _
ibStart As Integer, _
cbSize As Integer _
)
protected:
virtual void HashCore(
array<unsigned char>^ array,
int ibStart,
int cbSize
) override
protected:
virtual void HashCore(
array<unsigned char>^ array,
int ibStart,
int cbSize
) override
Parameters
- array
- Type:
System Byte
The input to compute the hash code for.
- 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 byte array to use as data.