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
◆
PrivateKey
byte [] Mono.Security.Cryptography.PKCS8.PrivateKeyInfo.PrivateKey
get
set
Definition at line
43
of file
PKCS8.cs
.
44
{
45
get
46
{
47
object
obj
;
48
if
(this.
_key
==
null
|| obj ==
null
||
obj
!=
null
)
49
{
50
}
51
throw
new
InvalidCastException
();
52
}
53
set
54
{
55
if
(
value
!=
null
)
56
{
57
object
obj
;
58
if
(
obj
!=
null
)
59
{
60
if
(
obj
==
null
)
61
{
62
goto
IL_001A
;
63
}
64
this._key
=
obj
;
65
if
(
obj
==
null
)
66
{
67
throw
new
InvalidCastException
();
68
}
69
}
70
return
;
71
}
72
IL_001A
:
73
throw
new
InvalidCastException
();
74
}
75
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Mono.Security.Cryptography.PKCS8.PrivateKeyInfo._key
byte[] _key
Definition
PKCS8.cs:223
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.ExceptionArgument.value
@ value
System.ExceptionArgument.obj
@ obj
Mono
Security
Cryptography
PKCS8
PrivateKeyInfo
Generated by
1.10.0