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

◆ EncryptedData

byte [] Mono.Security.Cryptography.PKCS8.EncryptedPrivateKeyInfo.EncryptedData
getset

Definition at line 261 of file PKCS8.cs.

262 {
263 get
264 {
265 object obj;
266 if (this._data == null || obj == null || obj != null)
267 {
268 }
269 throw new InvalidCastException();
270 }
271 set
272 {
273 long num;
274 if (value != null)
275 {
276 object obj;
277 if (obj != null && obj == null)
278 {
279 throw new InvalidCastException();
280 }
281 }
282 else
283 {
284 num = 0L;
285 }
286 this._data = num;
287 }
288 }
class f__AnonymousType0<< Count > j__TPar