2 overrides of VerifyHash
System.Security.Cryptography (2)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (2)
2498
public override bool
VerifyHash
(byte[] hash, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2543
public override bool
VerifyHash
(byte[] hash, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2 references to VerifyHash
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\ILValidation.cs (1)
112
if (!rsa.
VerifyHash
(hash, reversedSignature, HashAlgorithmName.SHA1, RSASignaturePadding.Pkcs1))
Microsoft.DotNet.StrongName (1)
Verification.cs (1)
128
if (!rsa.
VerifyHash
(hash, reversedSignature, HashAlgorithmName.SHA1, RSASignaturePadding.Pkcs1))