3 overrides of VerifyDataCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
267protected override unsafe bool VerifyDataCore(ReadOnlySpan<byte> data, ReadOnlySpan<byte> context, ReadOnlySpan<byte> signature)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (1)
56protected override bool VerifyDataCore(ReadOnlySpan<byte> data, ReadOnlySpan<byte> context, ReadOnlySpan<byte> signature) =>
System\Security\Cryptography\MLDsaOpenSsl.NotSupported.cs (1)
37protected override bool VerifyDataCore(ReadOnlySpan<byte> data, ReadOnlySpan<byte> context, ReadOnlySpan<byte> signature)
1 reference to VerifyDataCore
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
220return VerifyDataCore(data, context, signature);