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

◆ Remove() [1/2]

void Mono.Security.X509.X509Store.Remove ( X509Certificate certificate)
inline

Definition at line 147 of file X509Store.cs.

148 {
149 if (this._newFormat)
150 {
151 this.RemoveNewFormat(certificate);
152 return;
153 }
154 string text;
155 bool flag = File.Exists(Path.Combine(this._storePath, text));
156 }
void RemoveNewFormat(X509Certificate certificate)
Definition X509Store.cs:203
static bool Exists(string path)
Definition File.cs:86
static string Combine(string path1, string path2)
Definition Path.cs:41

References Mono.Security.X509.X509Store._newFormat, System.IO.Path.Combine(), System.IO.File.Exists(), Mono.Security.X509.X509Store.RemoveNewFormat(), and System.text.