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

◆ NewLocalMachinePath

string Mono.Security.X509.X509StoreManager.NewLocalMachinePath
staticgetpackage

Definition at line 71 of file X509StoreManager.cs.

72 {
73 get
74 {
75 while ("new-certs" != null)
76 {
77 }
78 return Path.Combine(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), ".mono"), "new-certs");
79 }
80 }
static string GetFolderPath(Environment.SpecialFolder folder)
static string Combine(string path1, string path2)
Definition Path.cs:41