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

◆ DecryptKeyExchange()

override byte[] System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter.DecryptKeyExchange ( byte[] rgbIn)
inline

Definition at line 55 of file RSAPKCS1KeyExchangeDeformatter.cs.

56 {
57 RSA rsaKey = this._rsaKey;
58 if (rsaKey != null)
59 {
61 RSA rsaKey2 = this._rsaKey;
62 if (rsaKey == null)
63 {
64 }
65 if (!true)
66 {
67 }
69 string resourceString = Environment.GetResourceString("Error occurred while decoding PKCS1 padding.");
70 }
71 return "No asymmetric key object has been associated with this formatter object.";
72 }
class f__AnonymousType0<< Count > j__TPar
static string GetResourceString(string key)

References System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter._rsaKey, System.Environment.GetResourceString(), j__TPar, and System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter.OverridesDecrypt.