IncrementalHash.VerifyCurrentHash Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| Name | Description |
|---|---|
| VerifyCurrentHash(Byte[]) | |
| VerifyCurrentHash(ReadOnlySpan<Byte>) |
VerifyCurrentHash(Byte[])
- Zdroj:
- IncrementalHash.cs
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
Parametry
- hash
- Byte[]
Návraty
Platí pro
VerifyCurrentHash(ReadOnlySpan<Byte>)
- Zdroj:
- IncrementalHash.cs
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
Parametry
- hash
- ReadOnlySpan<Byte>