StableHash.ComputeHash Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ComputeHash(ReadOnlySpan<Byte>) |
Computes a hash digest of the input. |
ComputeHash(String) |
Computes a hash digest of the input. |
ComputeHash(ReadOnlySpan<Byte>)
Computes a hash digest of the input.
public static uint ComputeHash (ReadOnlySpan<byte> data);
static member ComputeHash : ReadOnlySpan<byte> -> uint32
Public Shared Function ComputeHash (data As ReadOnlySpan(Of Byte)) As UInteger
Parameters
- data
- ReadOnlySpan<Byte>
The input data.
Returns
A hash digest of the input.