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

◆ CreateEncryptor() [2/2]

override ICryptoTransform System.Security.Cryptography.AesManaged.CreateEncryptor ( byte[] key,
byte[] iv )
inline

Definition at line 282 of file AesManaged.cs.

283 {
284 if (key != null)
285 {
286 if (iv != null)
287 {
288 int blockSizeValue = this.BlockSizeValue;
289 }
290 RijndaelManaged rijndael = this.m_rijndael;
291 }
292 return "key";
293 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.SymmetricAlgorithm.BlockSizeValue, j__TPar, System.key, and System.Security.Cryptography.AesManaged.m_rijndael.