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

◆ SerialNumber

byte [] Mono.Security.X509.X509Crl.X509CrlEntry.SerialNumber
get

Definition at line 425 of file X509Crl.cs.

426 {
427 get
428 {
429 byte[] array = this.sn;
430 object obj;
431 if (obj == null || obj != null)
432 {
433 }
434 throw new InvalidCastException();
435 }
436 }