你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageCrc64HashAlgorithm.GetCurrentHashCore(Span<Byte>) 方法

定义

在派生类中重写时,在不修改累积状态的情况下,将计算的哈希值写入 。destination

protected override void GetCurrentHashCore (Span<byte> destination);
override this.GetCurrentHashCore : Span<byte> -> unit
Protected Overrides Sub GetCurrentHashCore (destination As Span(Of Byte))

参数

destination
Span<Byte>

接收计算的哈希值的缓冲区。

注解

此方法的实现必须完全HashLengthInBytes将字节写入 。destination 不要假定缓冲区为零初始化。

NonCryptographicHashAlgorithm 在调用此方法之前验证缓冲区的大小,并将范围切成确切 HashLengthInBytes 的长度。

适用于