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.PKCS7.SignerInfo.Signature
get

Definition at line 414 of file PKCS7.cs.

415 {
416 get
417 {
418 object obj;
419 if (this.signature == null || obj == null || obj != null)
420 {
421 }
422 throw new InvalidCastException();
423 }
424 }