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
X509ChainStatus.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000115 RID: 277
7 public struct X509ChainStatus
8 {
9 // Token: 0x06000687 RID: 1671 RVA: 0x00018378 File Offset: 0x00016578
16
17 // Token: 0x1700016A RID: 362
18 // (get) Token: 0x06000688 RID: 1672 RVA: 0x00002050 File Offset: 0x00000250
19 // (set) Token: 0x06000689 RID: 1673 RVA: 0x0001839C File Offset: 0x0001659C
21 {
22 get
23 {
24 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
25 }
26 set
27 {
29 }
30 }
31
32 // Token: 0x1700016B RID: 363
33 // (set) Token: 0x0600068A RID: 1674 RVA: 0x000183B0 File Offset: 0x000165B0
34 public string StatusInformation
35 {
36 set
37 {
39 }
40 }
41
42 // Token: 0x0600068B RID: 1675 RVA: 0x000183C4 File Offset: 0x000165C4
43 internal static string GetInformation(X509ChainStatusFlags flags)
44 {
45 string text;
46 return Locale.GetText(text);
47 }
48
49 // Token: 0x04000527 RID: 1319
51
52 // Token: 0x04000528 RID: 1320
53 private string info;
54 }
55}
class f__AnonymousType0<< Count > j__TPar
static string GetText(string msg)
Definition Locale.cs:8
static string GetInformation(X509ChainStatusFlags flags)