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

◆ SetKey()

override void System.Security.Cryptography.RSAPKCS1SignatureDeformatter.SetKey ( AsymmetricAlgorithm key)
inline

Definition at line 31 of file RSAPKCS1SignatureDeformatter.cs.

32 {
33 while (key == null)
34 {
35 }
36 this.rsa = key;
37 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.key.