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

◆ GenerateIV()

override void System.Security.Cryptography.RijndaelManaged.GenerateIV ( )
inline

Definition at line 53 of file RijndaelManaged.cs.

54 {
55 int num = 1;
56 int blockSizeValue = this.BlockSizeValue;
57 if (num == 0)
58 {
59 }
60 byte[] array = Utils.GenerateRandom(0);
62 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Security.Cryptography.SymmetricAlgorithm.BlockSizeValue, System.Security.Cryptography.Utils.GenerateRandom(), and j__TPar.