共用方式為


NonCryptographicHashAlgorithm.TryGetHashAndReset 方法

定義

嘗試將計算哈希值寫入 。destination 如果成功,請清除累積狀態。

public:
 bool TryGetHashAndReset(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten);
public bool TryGetHashAndReset (Span<byte> destination, out int bytesWritten);
member this.TryGetHashAndReset : Span<byte> * int -> bool
Public Function TryGetHashAndReset (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean

參數

destination
Span<Byte>

接收計算哈希值的緩衝區。

bytesWritten
Int32

當此方法傳回時,包含寫入至 destination 的位元組數目。

傳回

true 如果 destination 夠長而無法接收計算的哈希值,則會清除累積狀態,否則 false為 。

適用於