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

◆ GetOid()

string Mono.Security.X509.X509Builder.GetOid ( string hashName)
inlineprotectedinherited

Definition at line 21 of file X509Builder.cs.

22 {
23 if (!true)
24 {
25 }
27 string text = hashName.ToLower(invariantCulture);
28 uint num = <PrivateImplementationDetails>.ComputeStringHash(text);
29 bool flag = text == "sha1";
30 bool flag2 = text == "sha256";
31 bool flag3 = text == "sha384";
32 bool flag4 = text == "md4";
33 bool flag5 = text == "md5";
34 bool flag6 = text == "md2";
35 bool flag7 = text == "sha512";
36 return "1.2.840.113549.1.1.13";
37 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture

References Mono.Security.X509.X509Builder.hashName, System.Globalization.CultureInfo.InvariantCulture, j__TPar, and System.text.