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() [2/2]

void Mono.Security.X509.X509Store.Remove ( X509Crl crl)
inline

Definition at line 159 of file X509Store.cs.

160 {
161 while (this._newFormat)
162 {
163 }
164 string storePath = this._storePath;
165 string uniqueName = this.GetUniqueName(crl);
167 bool flag = File.Exists(text);
169 if (this._crls != null)
170 {
171 }
172 }
class f__AnonymousType0<< Count > j__TPar
string GetUniqueName(X509Certificate certificate, [Optional] byte[] serial)
Definition X509Store.cs:224
static bool Exists(string path)
Definition File.cs:86
static void Delete(string path)
Definition File.cs:77
static string Combine(string path1, string path2)
Definition Path.cs:41

References Mono.Security.X509.X509Store._crls, Mono.Security.X509.X509Store._newFormat, Mono.Security.X509.X509Store._storePath, System.IO.Path.Combine(), System.IO.File.Delete(), System.IO.File.Exists(), Mono.Security.X509.X509Store.GetUniqueName(), j__TPar, and System.text.