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

◆ Decrypt() [1/2]

override byte[] System.Security.Cryptography.RSACryptoServiceProvider.Decrypt ( byte[] data,
RSAEncryptionPadding padding )
inlinevirtual

Reimplemented from System.Security.Cryptography.RSA.

Definition at line 84 of file RSACryptoServiceProvider.cs.

85 {
86 if (data != null)
87 {
88 if (!true)
89 {
90 }
91 if (!true)
92 {
93 }
94 if (!true)
95 {
96 }
97 byte[] array;
98 return array;
99 }
100 return "data";
101 }

References System.array.