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

◆ this[string oid]

X509Extension System.Security.Cryptography.X509Certificates.X509ExtensionCollection.this[string oid]
get

Definition at line 82 of file X509ExtensionCollection.cs.

83 {
84 get
85 {
86 if (oid != null)
87 {
89 if (this._list != null && oid._stringLength != 0)
90 {
91 list = this._list;
92 if (list != null)
93 {
94 }
95 object[] items = list._items;
96 }
97 long num = 0L;
98 if (list != null)
99 {
100 }
101 if (num == 0L)
102 {
103 throw new InvalidCastException();
104 }
105 }
106 throw new OutOfMemoryException();
107 }
108 }