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
get
set
inherited
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
{
56
this.KeyValue
=
obj
;
57
if
(
obj
!=
null
)
58
{
59
goto
IL_002D
;
60
}
61
}
62
throw
new
InvalidCastException
();
63
}
64
IL_002D
:
65
this.KeySizeValue
= 1;
66
return
;
67
}
68
string
resourceString
=
Environment
.
GetResourceString
(
"Specified key is not a valid size for this algorithm."
);
69
}
70
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Environment.GetResourceString
static string GetResourceString(string key)
Definition
Environment.cs:19
System.Environment
Definition
Environment.cs:17
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.Security.Cryptography.DES.DES
DES()
Definition
DES.cs:12
System.Security.Cryptography.SymmetricAlgorithm.KeyValue
byte[] KeyValue
Definition
SymmetricAlgorithm.cs:309
System.ExceptionArgument.value
@ value
System.ExceptionArgument.obj
@ obj
System
Security
Cryptography
DESCryptoServiceProvider
Generated by
1.10.0