다음을 통해 공유


MACTripleDES.HashCore(Byte[], Int32, Int32) 메서드

정의

개체에 쓰여진 데이터를 MAC(메시지 인증 코드) 계산을 위해 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

데이터로 사용할 배열의 바이트 수입니다.

적용 대상

추가 정보