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

◆ Encrypt() [1/2]

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

Reimplemented from System.Security.Cryptography.RSA.

Definition at line 59 of file RSACryptoServiceProvider.cs.

60 {
61 if (data != null)
62 {
63 if (!true)
64 {
65 }
66 if (!true)
67 {
68 }
69 if (!true)
70 {
71 }
72 if (!true)
73 {
74 }
75 if (!true)
76 {
77 }
78 return this.Encrypt(data, true);
79 }
80 return "data";
81 }

References System.Security.Cryptography.Encrypt.