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

◆ LocalMachinePath

string Mono.Security.X509.X509StoreManager.LocalMachinePath
staticgetpackage

Definition at line 45 of file X509StoreManager.cs.

46 {
47 get
48 {
49 while ("certs" != null)
50 {
51 }
52 return Path.Combine(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), ".mono"), "certs");
53 }
54 }
static string GetFolderPath(Environment.SpecialFolder folder)
static string Combine(string path1, string path2)
Definition Path.cs:41