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

◆ FormatUnkownData()

string System.Security.Cryptography.X509Certificates.X509Extension.FormatUnkownData ( byte[] data)
inlinepackageinherited

Definition at line 43 of file X509Extension.cs.

44 {
45 for (;;)
46 {
47 int num = 1;
48 if (data != null && num != 0)
49 {
50 return;
51 }
52 }
53 }