MACTripleDES.HashCore(Byte[], Int32, Int32) Method
Definition
Routes data written to the object into the TripleDES encryptor for computing the Message Authentication Code (MAC).
protected:
override void HashCore(cli::array <System::Byte> ^ rgbData, int ibStart, int cbSize);
protected override void HashCore (byte[] rgbData, int ibStart, int cbSize);
override this.HashCore : byte[] * int * int -> unit
Protected Overrides Sub HashCore (rgbData As Byte(), ibStart As Integer, cbSize As Integer)
Parameters
- rgbData
- Byte[]
The input data.
- ibStart
- Int32
The offset into the byte array from which to begin using data.
- cbSize
- Int32
The number of bytes in the array to use as data.