The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MACTripleDES::HashCore Method (array<Byte>^, Int32, Int32)
.NET Framework (current version)
Routes data written to the object into the TripleDES encryptor for computing the Message Authentication Code (MAC).
Assembly: mscorlib (in mscorlib.dll)
protected: virtual void HashCore( array<unsigned char>^ rgbData, int ibStart, int cbSize ) override
Parameters
- rgbData
-
Type:
array<System::Byte>^
The input data.
- 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.
.NET Framework
Available since 1.1
Available since 1.1
Show: