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

virtual byte [] System.Security.Cryptography.KeyedHashAlgorithm.Key
getsetinherited

Definition at line 28 of file KeyedHashAlgorithm.cs.

29 {
30 get
31 {
32 byte[] keyValue = this.KeyValue;
33 object obj;
34 if (obj == null || obj != null)
35 {
36 }
37 throw new InvalidCastException();
38 }
39 set
40 {
41 if (this.State == 0)
42 {
43 object obj;
44 if (obj != null)
45 {
46 if (obj == null)
47 {
48 goto IL_002A;
49 }
51 if (obj == null)
52 {
53 throw new InvalidCastException();
54 }
55 }
56 return;
57 }
58 string resourceString = Environment.GetResourceString("Hash key cannot be changed after the first write to the stream.");
59 IL_002A:
60 throw new InvalidCastException();
61 }
62 }
class f__AnonymousType0<< Count > j__TPar
static string GetResourceString(string key)