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

◆ GetHashNameFromOID()

string System.Security.Cryptography.RSACryptoServiceProvider.GetHashNameFromOID ( string oid)
inlineprivate

Definition at line 477 of file RSACryptoServiceProvider.cs.

478 {
479 bool flag = oid == "1.3.14.3.2.26";
480 bool flag2 = oid == "1.2.840.113549.2.5";
481 bool flag3 = oid == "2.16.840.1.101.3.4.2.1";
482 bool flag4 = oid == "2.16.840.1.101.3.4.2.2";
483 bool flag5 = oid == "2.16.840.1.101.3.4.2.3";
484 return "SHA512";
485 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.