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
◆
VerifyData()
[5/5]
bool System.Security.Cryptography.RSA.VerifyData
(
Stream
data
,
byte[]
signature
,
HashAlgorithmName
hashAlgorithm
,
RSASignaturePadding
padding
)
inline
inherited
Definition at line
267
of file
RSA.cs
.
268
{
269
if
(data ==
null
|| signature !=
null
)
270
{
271
return
"data"
!=
null
;
272
}
273
return
"signature"
!=
null
;
274
}
System
Security
Cryptography
RSACryptoServiceProvider
Generated by
1.10.0