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.TripleDES.Key
getsetinherited

Definition at line 23 of file TripleDES.cs.

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