MACTripleDES.HashCore(Byte[], Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MAC (Message Authentication Code) を計算するために、オブジェクトに書き込まれたデータを TripleDES 暗号化プログラムにルーティングします。
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
配列内でデータとして使用されるバイトの数。