terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ VerifyHash() [2/4]

bool System.Security.Cryptography.RSACryptoServiceProvider.VerifyHash ( byte[] rgbHash,
int calgHash,
byte[] rgbSignature )
inlineprivate

Definition at line 568 of file RSACryptoServiceProvider.cs.

569 {
570 HashAlgorithm hashAlgorithm = RSACryptoServiceProvider.InternalHashToHashAlgorithm(calgHash);
571 return PKCS1.Verify_v15(this, hashAlgorithm, rgbHash, rgbSignature);
572 }
class f__AnonymousType0<< Count > j__TPar
static bool Verify_v15(RSA rsa, HashAlgorithm hash, byte[] hashValue, byte[] signature, bool tryNonStandardEncoding)
Definition PKCS1.cs:55

References System.Security.Cryptography.RSACryptoServiceProvider.InternalHashToHashAlgorithm(), j__TPar, and Mono.Security.Cryptography.PKCS1.Verify_v15().