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

◆ Signature

byte [] Mono.Security.X509.X509Crl.Signature
get

Definition at line 163 of file X509Crl.cs.

164 {
165 get
166 {
167 object obj;
168 if (this.signature == null || obj == null || obj != null)
169 {
170 }
171 throw new InvalidCastException();
172 }
173 }