MACTripleDES.HashCore(Byte[], Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将写入对象的数据路由到 TripleDES 加密器中,以计算消息身份验证代码(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)
参数
- rgbData
- Byte[]
输入数据。
- ibStart
- Int32
从中开始使用数据的字节数组的偏移量。
- cbSize
- Int32
要用作数据的数组中的字节数。