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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.