MLDsa.VerifyPreHashCore Metoda

Definicja

Po przesłonięciu w klasie pochodnej sprawdza sygnaturę wstępnego skrótu określonego skrótu i kontekstu.

protected:
 abstract bool VerifyPreHashCore(ReadOnlySpan<System::Byte> hash, ReadOnlySpan<System::Byte> context, System::String ^ hashAlgorithmOid, ReadOnlySpan<System::Byte> signature);
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected abstract bool VerifyPreHashCore(ReadOnlySpan<byte> hash, ReadOnlySpan<byte> context, string hashAlgorithmOid, ReadOnlySpan<byte> signature);
protected abstract bool VerifyPreHashCore(ReadOnlySpan<byte> hash, ReadOnlySpan<byte> context, string hashAlgorithmOid, ReadOnlySpan<byte> signature);
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
abstract member VerifyPreHashCore : ReadOnlySpan<byte> * ReadOnlySpan<byte> * string * ReadOnlySpan<byte> -> bool
abstract member VerifyPreHashCore : ReadOnlySpan<byte> * ReadOnlySpan<byte> * string * ReadOnlySpan<byte> -> bool
Protected MustOverride Function VerifyPreHashCore (hash As ReadOnlySpan(Of Byte), context As ReadOnlySpan(Of Byte), hashAlgorithmOid As String, signature As ReadOnlySpan(Of Byte)) As Boolean

Parametry

hash
ReadOnlySpan<Byte>

Dane do zweryfikowania.

context
ReadOnlySpan<Byte>

Kontekst podpisu.

hashAlgorithmOid
String

OID algorytmu skrótu użytego do utworzenia skrótu.

signature
ReadOnlySpan<Byte>

Podpis do zweryfikowania.

Zwraca

true jeśli podpis weryfikuje skrót; w przeciwnym razie, false.

Atrybuty

Wyjątki

Wystąpił błąd podczas weryfikowania skrótu.

Dotyczy