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() [3/5]

virtual bool System.Security.Cryptography.RSA.VerifyData ( byte[] data,
int offset,
int count,
byte[] signature,
HashAlgorithmName hashAlgorithm,
RSASignaturePadding padding )
inlinevirtualinherited

Definition at line 253 of file RSA.cs.

254 {
255 if (data == null)
256 {
257 return "data" != null;
258 }
259 if (signature != null)
260 {
261 return "offset" != null;
262 }
263 return "signature" != null;
264 }