Edit

Share via


IncrementalHash.VerifyHashAndReset Method

Definition

Overloads

VerifyHashAndReset(Byte[])

public:
 bool VerifyHashAndReset(cli::array <System::Byte> ^ hash);
public bool VerifyHashAndReset(byte[] hash);
member this.VerifyHashAndReset : byte[] -> bool
Public Function VerifyHashAndReset (hash As Byte()) As Boolean

Parameters

hash
Byte[]

Returns

Applies to

VerifyHashAndReset(ReadOnlySpan<Byte>)

public:
 bool VerifyHashAndReset(ReadOnlySpan<System::Byte> hash);
public bool VerifyHashAndReset(ReadOnlySpan<byte> hash);
member this.VerifyHashAndReset : ReadOnlySpan<byte> -> bool
Public Function VerifyHashAndReset (hash As ReadOnlySpan(Of Byte)) As Boolean

Parameters

Returns

Applies to