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
Rijndael.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020002EC RID: 748
8 [ComVisible(true)]
9 public abstract class Rijndael : SymmetricAlgorithm
10 {
11 // Token: 0x0600191E RID: 6430 RVA: 0x00035CB0 File Offset: 0x00033EB0
12 protected Rijndael()
13 {
15 if (256 == 0)
16 {
17 }
18 }
19
20 // Token: 0x0600191F RID: 6431 RVA: 0x0000207A File Offset: 0x0000027A
21 public new static Rijndael Create()
22 {
23 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
24 }
25
26 // Token: 0x06001920 RID: 6432 RVA: 0x00035CD8 File Offset: 0x00033ED8
27 public new static Rijndael Create(string algName)
28 {
29 if (!true)
30 {
31 }
32 object obj;
33 if (obj != null)
34 {
35 }
36 throw new InvalidCastException();
37 }
38
39 // Token: 0x06001921 RID: 6433 RVA: 0x00035CF0 File Offset: 0x00033EF0
40 // Note: this type is marked as 'beforefieldinit'.
41 static Rijndael()
42 {
43 }
44
45 // Token: 0x04000CD4 RID: 3284
46 private static KeySizes[] s_legalBlockSizes;
47
48 // Token: 0x04000CD5 RID: 3285
49 private static KeySizes[] s_legalKeySizes;
50 }
51}
class f__AnonymousType0<< Count > j__TPar
static new Rijndael Create(string algName)
Definition Rijndael.cs:27
static KeySizes[] s_legalBlockSizes
Definition Rijndael.cs:46
static new Rijndael Create()
Definition Rijndael.cs:21