IncrementalHash.VerifyCurrentHash Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Nama | Deskripsi |
|---|---|
| VerifyCurrentHash(Byte[]) | |
| VerifyCurrentHash(ReadOnlySpan<Byte>) |
VerifyCurrentHash(Byte[])
- Sumber:
- 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
Parameter
- hash
- Byte[]
Mengembalikan
Berlaku untuk
VerifyCurrentHash(ReadOnlySpan<Byte>)
- Sumber:
- 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
Parameter
- hash
- ReadOnlySpan<Byte>