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
◆
KeySize
override
int Mono.Security.Cryptography.DSAManaged.KeySize
get
Definition at line
99
of file
DSAManaged.cs
.
100
{
101
get
102
{
103
int
num;
104
if
(this.
keypairGenerated
)
105
{
106
num = this.
p
.
BitCount
();
107
return
num;
108
}
109
return
num;
110
}
111
}
Mono.Math.BigInteger.BitCount
int BitCount()
Definition
BigInteger.cs:243
Mono.Security.Cryptography.DSAManaged.keypairGenerated
bool keypairGenerated
Definition
DSAManaged.cs:440
Mono.Security.Cryptography.DSAManaged.p
BigInteger p
Definition
DSAManaged.cs:446
Mono
Security
Cryptography
DSAManaged
Generated by
1.10.0