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

◆ ImportFallback() [1/2]

global.System.Security.Cryptography.X509Certificates.X509Certificate2Impl Mono.X509PalImpl.ImportFallback ( byte[] data)
inlinepackageinherited

Definition at line 45 of file X509PalImpl.cs.

46 {
47 if (!true)
48 {
49 }
50 byte[] array = X509PalImpl.ConvertData(data);
51 long num = 0L;
52 if (data != null)
53 {
54 byte value = data.m_value;
55 }
56 if (num == 0L)
57 {
58 }
59 throw new OutOfMemoryException();
60 }

References System.array, Mono.X509PalImpl.ConvertData(), System.L, and System.value.

Referenced by Mono.SystemCertificateProvider.Import(), and Mono.SystemCertificateProvider.Import().