MACTripleDES.HashCore(Byte[], Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.