Edit

Share via


MLDsa.VerifyDataCore Method

Definition

protected:
 abstract bool VerifyDataCore(ReadOnlySpan<System::Byte> data, ReadOnlySpan<System::Byte> context, ReadOnlySpan<System::Byte> signature);
protected abstract bool VerifyDataCore(ReadOnlySpan<byte> data, ReadOnlySpan<byte> context, ReadOnlySpan<byte> signature);
abstract member VerifyDataCore : ReadOnlySpan<byte> * ReadOnlySpan<byte> * ReadOnlySpan<byte> -> bool
Protected MustOverride Function VerifyDataCore (data As ReadOnlySpan(Of Byte), context As ReadOnlySpan(Of Byte), signature As ReadOnlySpan(Of Byte)) As Boolean

Parameters

context
ReadOnlySpan<Byte>
signature
ReadOnlySpan<Byte>

Returns

Applies to