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

◆ CreateKeyExchange() [1/2]

override byte[] System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter.CreateKeyExchange ( byte[] rgbData)
inline

Definition at line 62 of file RSAPKCS1KeyExchangeFormatter.cs.

63 {
64 if (rgbData != null)
65 {
66 RSA rsaKey = this._rsaKey;
67 if (rsaKey != null)
68 {
70 RSA rsaKey2 = this._rsaKey;
71 if (rsaKey == null)
72 {
73 }
74 if (!true)
75 {
76 }
77 RandomNumberGenerator randomNumberGenerator = RandomNumberGenerator.Create();
78 }
79 }
80 string resourceString = Environment.GetResourceString("No asymmetric key object has been associated with this formatter object.");
82 }
class f__AnonymousType0<< Count > j__TPar
static string GetResourceString(string key)
static new RSA Create()
Definition RSA.cs:18

References System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter._rsaKey, System.Security.Cryptography.RandomNumberGenerator.Create(), System.Environment.GetResourceString(), j__TPar, and System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter.OverridesEncrypt.