MLDsa.VerifyDataCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- data
- ReadOnlySpan<Byte>
- context
- ReadOnlySpan<Byte>
- signature
- ReadOnlySpan<Byte>