Share via


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

정의

개체에 쓴 데이터를 해시를 계산하기 위한 SHA1Managed 해시 알고리즘으로 경로 처리합니다.

protected:
 override void HashCore(cli::array <System::Byte> ^ array, int ibStart, int cbSize);
protected:
 override void HashCore(cli::array <System::Byte> ^ rgb, int ibStart, int cbSize);
protected override sealed void HashCore (byte[] array, int ibStart, int cbSize);
protected override void HashCore (byte[] rgb, int ibStart, int cbSize);
override this.HashCore : byte[] * int * int -> unit
override this.HashCore : byte[] * int * int -> unit
Protected Overrides NotOverridable Sub HashCore (array As Byte(), ibStart As Integer, cbSize As Integer)
Protected Overrides Sub HashCore (rgb As Byte(), ibStart As Integer, cbSize As Integer)

매개 변수

arrayrgb
Byte[]

입력 데이터입니다.

ibStart
Int32

데이터 사용을 시작할 바이트 배열의 오프셋입니다.

cbSize
Int32

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

적용 대상

추가 정보