IncrementalHash.VerifyCurrentHash Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| VerifyCurrentHash(Byte[]) | |
| VerifyCurrentHash(ReadOnlySpan<Byte>) |
VerifyCurrentHash(Byte[])
- Kaynak:
- 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
Parametreler
- hash
- Byte[]
Döndürülenler
Şunlara uygulanır
VerifyCurrentHash(ReadOnlySpan<Byte>)
- Kaynak:
- 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
Parametreler
- hash
- ReadOnlySpan<Byte>