3 overrides of VerifyDataCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsaCng.cs (1)
69
protected override bool
VerifyDataCore
(ReadOnlySpan<byte> data, ReadOnlySpan<byte> context, ReadOnlySpan<byte> signature) =>
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsaImplementation.Windows.cs (1)
23
protected override bool
VerifyDataCore
(ReadOnlySpan<byte> data, ReadOnlySpan<byte> context, ReadOnlySpan<byte> signature) =>
System\Security\Cryptography\SlhDsaOpenSsl.NotSupported.cs (1)
33
protected 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\SlhDsa.cs (1)
233
return
VerifyDataCore
(data, context, signature);