Base:
method
VerifyHash
System.Security.Cryptography.RSA.VerifyHash(System.ReadOnlySpan<System.Byte>, System.ReadOnlySpan<System.Byte>, System.Security.Cryptography.HashAlgorithmName, System.Security.Cryptography.RSASignaturePadding)
1 reference to VerifyHash
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
783return VerifyHash(new ReadOnlySpan<byte>(hash), new ReadOnlySpan<byte>(signature), hashAlgorithm, padding);