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

◆ PrivateKey

byte [] Mono.Security.Cryptography.PKCS8.PrivateKeyInfo.PrivateKey
getset

Definition at line 43 of file PKCS8.cs.

44 {
45 get
46 {
47 object obj;
48 if (this._key == null || obj == null || obj != null)
49 {
50 }
51 throw new InvalidCastException();
52 }
53 set
54 {
55 if (value != null)
56 {
57 object obj;
58 if (obj != null)
59 {
60 if (obj == null)
61 {
62 goto IL_001A;
63 }
64 this._key = obj;
65 if (obj == null)
66 {
67 throw new InvalidCastException();
68 }
69 }
70 return;
71 }
72 IL_001A:
73 throw new InvalidCastException();
74 }
75 }
class f__AnonymousType0<< Count > j__TPar