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

◆ UseMachineKeyStore

bool System.Security.Cryptography.RSACryptoServiceProvider.UseMachineKeyStore
staticgetset

Definition at line 26 of file RSACryptoServiceProvider.cs.

27 {
28 get
29 {
30 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
31 }
32 set
33 {
34 }
35 }

Referenced by System.Security.Cryptography.RSACryptoServiceProvider.Common(), and System.Security.Cryptography.RSACryptoServiceProvider.ImportCspBlob().