Udostępnij za pośrednictwem


NonCryptographicHashAlgorithm.GetHashAndReset Metoda

Definicja

Przeciążenia

GetHashAndReset()

Pobiera bieżącą obliczoną wartość skrótu i czyści skumulowany stan.

GetHashAndReset(Span<Byte>)

Zapisuje obliczoną wartość skrótu, aby destination następnie wyczyścić skumulowany stan.

GetHashAndReset()

Źródło:
NonCryptographicHashAlgorithm.cs
Źródło:
NonCryptographicHashAlgorithm.cs
Źródło:
NonCryptographicHashAlgorithm.cs

Pobiera bieżącą obliczoną wartość skrótu i czyści skumulowany stan.

public:
 cli::array <System::Byte> ^ GetHashAndReset();
public byte[] GetHashAndReset ();
member this.GetHashAndReset : unit -> byte[]
Public Function GetHashAndReset () As Byte()

Zwraca

Byte[]

Wartość skrótu dla podanych danych.

Dotyczy

GetHashAndReset(Span<Byte>)

Źródło:
NonCryptographicHashAlgorithm.cs
Źródło:
NonCryptographicHashAlgorithm.cs
Źródło:
NonCryptographicHashAlgorithm.cs

Zapisuje obliczoną wartość skrótu, aby destination następnie wyczyścić skumulowany stan.

public:
 int GetHashAndReset(Span<System::Byte> destination);
public int GetHashAndReset (Span<byte> destination);
member this.GetHashAndReset : Span<byte> -> int
Public Function GetHashAndReset (destination As Span(Of Byte)) As Integer

Parametry

destination
Span<Byte>

Bufor, który odbiera obliczoną wartość skrótu.

Zwraca

Liczba bajtów zapisanych w obiekcie destination, która jest zawsze HashLengthInByteswartością .

Wyjątki

destination wartość jest krótsza niż HashLengthInBytes.

Dotyczy