terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ValidationResult.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000045")]
10 public class ValidationResult
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60001EC")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1A9B374", Offset = "0x1A9B374", Length = "0x48")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.ChainValidationHelper", Member = "ValidateChain", MemberParameters = new object[]
15 {
16 typeof(string),
17 typeof(bool),
22 }, ReturnType = typeof(ValidationResult))]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x17000090")]
31 public bool Trusted
32 {
33 [global::Cpp2ILInjected.Token(Token = "0x60001ED")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1A9B3BC", Offset = "0x1A9B3BC", Length = "0x8")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 get
37 {
38 throw null;
39 }
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x17000091")]
43 public bool UserDenied
44 {
45 [global::Cpp2ILInjected.Token(Token = "0x60001EE")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1A9B3C4", Offset = "0x1A9B3C4", Length = "0x8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 get
49 {
50 throw null;
51 }
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x4000116")]
55 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
56 private bool trusted;
57
58 [global::Cpp2ILInjected.Token(Token = "0x4000117")]
59 [global::Cpp2ILInjected.FieldOffset(Offset = "0x11")]
60 private bool user_denied;
61
62 [global::Cpp2ILInjected.Token(Token = "0x4000118")]
63 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
64 private int error_code;
65
66 [global::Cpp2ILInjected.Token(Token = "0x4000119")]
67 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
69 }
70}
class f__AnonymousType0<< Count > j__TPar
ValidationResult(bool trusted, bool user_denied, int error_code, MonoSslPolicyErrors? policy_errors)