Επεξεργασία

Κοινοποίηση μέσω


IncrementalHash.VerifyCurrentHash Method

Definition

Overloads

VerifyCurrentHash(Byte[])

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

Parameters

hash
Byte[]

Returns

Applies to

VerifyCurrentHash(ReadOnlySpan<Byte>)

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

Parameters

Returns

Applies to