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

◆ Key

override byte [] System.Security.Cryptography.DES.Key
getsetinherited

Definition at line 23 of file DES.cs.

24 {
25 get
26 {
27 if (this.KeyValue == null)
28 {
29 bool flag = DES.IsWeakKey(this.KeyValue);
30 bool flag2 = DES.IsSemiWeakKey(this.KeyValue);
31 byte[] keyValue = this.KeyValue;
32 }
33 object obj;
34 if (obj == null || obj != null)
35 {
36 }
37 throw new InvalidCastException();
38 }
39 set
40 {
41 if (value != null)
42 {
43 if (!true)
44 {
45 }
46 bool flag = DES.IsWeakKey(value);
47 if (!true)
48 {
49 }
50 bool flag2 = DES.IsSemiWeakKey(value);
51 object obj;
52 if (obj != null)
53 {
54 if (obj != null)
55 {
57 if (obj != null)
58 {
59 goto IL_002D;
60 }
61 }
62 throw new InvalidCastException();
63 }
64 IL_002D:
66 return;
67 }
68 string resourceString = Environment.GetResourceString("Specified key is not a valid size for this algorithm.");
69 }
70 }
class f__AnonymousType0<< Count > j__TPar
static string GetResourceString(string key)