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

◆ HashData() [2/2]

override byte[] System.Security.Cryptography.RSACryptoServiceProvider.HashData ( Stream data,
HashAlgorithmName hashAlgorithm )
inlineprotectedvirtual

Reimplemented from System.Security.Cryptography.RSA.

Definition at line 45 of file RSACryptoServiceProvider.cs.

46 {
48 return hashAlgorithm2.ComputeHash(data);
49 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.HashAlgorithm.ComputeHash(), and j__TPar.