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

◆ Import() [2/2]

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

Definition at line 130 of file X509Store.cs.

131 {
132 string storePath = this._storePath;
133 if (!this._newFormat)
134 {
135 string storePath2 = this._storePath;
136 string uniqueName = this.GetUniqueName(crl);
138 bool flag = File.Exists(text);
140 byte[] rawData = crl.RawData;
141 return;
142 }
143 throw new OutOfMemoryException();
144 }
class f__AnonymousType0<< Count > j__TPar
string GetUniqueName(X509Certificate certificate, [Optional] byte[] serial)
Definition X509Store.cs:224
static FileStream Create(string path)
Definition File.cs:64
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, Mono.Security.X509.X509Store._storePath, System.IO.Path.Combine(), System.IO.File.Create(), System.IO.File.Exists(), Mono.Security.X509.X509Store.GetUniqueName(), j__TPar, and System.text.