IncrementalHash.VerifyCurrentHash Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| VerifyCurrentHash(Byte[]) | |
| VerifyCurrentHash(ReadOnlySpan<Byte>) |
VerifyCurrentHash(Byte[])
- Origem:
- 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
Parâmetros
- hash
- Byte[]
Devoluções
Aplica-se a
VerifyCurrentHash(ReadOnlySpan<Byte>)
- Origem:
- 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
Parâmetros
- hash
- ReadOnlySpan<Byte>