NonCryptographicHashAlgorithm.GetHashAndReset Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| GetHashAndReset() |
Ottiene il valore hash calcolato corrente e cancella lo stato accumulato. |
| GetHashAndReset(Span<Byte>) |
Scrive il valore hash calcolato in |
GetHashAndReset()
- Origine:
- NonCryptographicHashAlgorithm.cs
- Origine:
- NonCryptographicHashAlgorithm.cs
- Origine:
- NonCryptographicHashAlgorithm.cs
- Origine:
- NonCryptographicHashAlgorithm.cs
Ottiene il valore hash calcolato corrente e cancella lo stato accumulato.
public:
cli::array <System::Byte> ^ GetHashAndReset();
public byte[] GetHashAndReset();
member this.GetHashAndReset : unit -> byte[]
Public Function GetHashAndReset () As Byte()
Valori restituiti
Valore hash per i dati già forniti.
Si applica a
GetHashAndReset(Span<Byte>)
- Origine:
- NonCryptographicHashAlgorithm.cs
- Origine:
- NonCryptographicHashAlgorithm.cs
- Origine:
- NonCryptographicHashAlgorithm.cs
- Origine:
- NonCryptographicHashAlgorithm.cs
Scrive il valore hash calcolato in destination per cancellare quindi lo stato accumulato.
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
Parametri
Valori restituiti
Numero di byte scritti in destination, che è sempre HashLengthInBytes.
Eccezioni
destination è più breve di HashLengthInBytes.