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
SystemCertificateValidator.cs
Go to the documentation of this file.
1using System;
4
5namespace Mono.Net.Security
6{
7 // Token: 0x02000068 RID: 104
8 internal static class SystemCertificateValidator
9 {
10 // Token: 0x0600018D RID: 397 RVA: 0x00005AC4 File Offset: 0x00003CC4
12 {
13 }
14
15 // Token: 0x0600018E RID: 398 RVA: 0x00005AD4 File Offset: 0x00003CD4
16 internal static bool NeedsChain(MonoTlsSettings settings)
17 {
18 }
19
20 // Token: 0x0400012D RID: 301
21 private static bool is_macosx;
22
23 // Token: 0x0400012E RID: 302
24 private static global::System.Security.Cryptography.X509Certificates.X509KeyUsageFlags s_flags;
25 }
26}
static global::System.Security.Cryptography.X509Certificates.X509KeyUsageFlags s_flags
static bool NeedsChain(MonoTlsSettings settings)