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

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

Definition at line 108 of file X509Store.cs.

109 {
110 string storePath = this._storePath;
111 if (this._newFormat)
112 {
113 this.ImportNewFormat(certificate);
114 return;
115 }
116 string text2;
117 string text = Path.Combine(this._storePath, text2);
118 bool flag = File.Exists(text);
119 string text4;
120 string text3 = Path.Combine(this._storePath, text4);
121 X509Certificate x509Certificate = this.LoadCertificate(text);
122 string text5;
123 string text6;
124 bool flag2 = text5 != text6;
126 byte[] encodedcert = certificate.m_encodedcert;
127 }
class f__AnonymousType0<< Count > j__TPar
void ImportNewFormat(X509Certificate certificate)
Definition X509Store.cs:175
X509Certificate LoadCertificate(string filename)
Definition X509Store.cs:314
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.ImportNewFormat(), j__TPar, Mono.Security.X509.X509Store.LoadCertificate(), Mono.Security.X509.X509Certificate.m_encodedcert, and System.text.