다음을 통해 공유


NonCryptographicHashAlgorithm.GetCurrentHashCore(Span<Byte>) 메서드

정의

파생 클래스에서 재정의되는 경우 누적 상태를 수정하지 않고 계산된 해시 값을 에 destination 씁니다.

protected:
 abstract void GetCurrentHashCore(Span<System::Byte> destination);
protected abstract void GetCurrentHashCore (Span<byte> destination);
abstract member GetCurrentHashCore : Span<byte> -> unit
Protected MustOverride Sub GetCurrentHashCore (destination As Span(Of Byte))

매개 변수

destination
Span<Byte>

계산된 해시 값을 수신하는 버퍼입니다.

설명

이 메서드의 구현은 에 정확히 HashLengthInBytes 바이트를 destination작성해야 합니다. 버퍼가 0으로 초기화되었다고 가정하지 마세요.

클래스는 NonCryptographicHashAlgorithm 이 메서드를 호출하기 전에 버퍼의 크기를 확인하고 범위를 정확히 HashLengthInBytes 길이로 분할합니다.

적용 대상