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

◆ GetAlgorithmId()

static int System.Security.Cryptography.RSACryptoServiceProvider.GetAlgorithmId ( HashAlgorithmName hashAlgorithm)
inlinestaticprivate

Definition at line 52 of file RSACryptoServiceProvider.cs.

53 {
54 bool flag = "SHA512" == "MD5";
55 return 32771;
56 }

Referenced by System.Security.Cryptography.RSACryptoServiceProvider.SignHash(), and System.Security.Cryptography.RSACryptoServiceProvider.VerifyHash().