Base:
method
VerifyHash
System.Security.Cryptography.ECDsa.VerifyHash(System.ReadOnlySpan<System.Byte>, System.ReadOnlySpan<System.Byte>)
1 reference to VerifyHash
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (1)
196return VerifyHash((ReadOnlySpan<byte>)hash, (ReadOnlySpan<byte>)signature);