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

◆ PublicKey

virtual byte [] Mono.Security.X509.X509Certificate.PublicKey
get

Definition at line 313 of file X509Certificate.cs.

314 {
315 get
316 {
317 object obj;
318 if (this.m_publickey == null || obj == null || obj != null)
319 {
320 }
321 throw new InvalidCastException();
322 }
323 }