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
MonoSslClientAuthenticationOptions.cs
Go to the documentation of this file.
1using System;
7
8namespace Mono.Net.Security
9{
10 // Token: 0x02000062 RID: 98
12 {
13 // Token: 0x17000046 RID: 70
14 // (get) Token: 0x0600015B RID: 347 RVA: 0x00005424 File Offset: 0x00003624
15 public global::System.Net.Security.SslClientAuthenticationOptions Options
16 {
18 get
19 {
20 return this.<Options>k__BackingField;
21 }
22 }
23
24 // Token: 0x17000047 RID: 71
25 // (get) Token: 0x0600015C RID: 348 RVA: 0x00005438 File Offset: 0x00003638
26 public override bool ServerMode
27 {
28 get
29 {
30 }
31 }
32
33 // Token: 0x0600015D RID: 349 RVA: 0x00005448 File Offset: 0x00003648
37
38 // Token: 0x17000048 RID: 72
39 // (set) Token: 0x0600015E RID: 350 RVA: 0x0000545C File Offset: 0x0000365C
40 public override global::System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode
41 {
42 set
43 {
45 }
46 }
47
48 // Token: 0x17000049 RID: 73
49 // (set) Token: 0x0600015F RID: 351 RVA: 0x00005478 File Offset: 0x00003678
50 public override global::System.Net.Security.EncryptionPolicy EncryptionPolicy
51 {
52 set
53 {
55 }
56 }
57
58 // Token: 0x1700004A RID: 74
59 // (get) Token: 0x06000160 RID: 352 RVA: 0x00005494 File Offset: 0x00003694
60 // (set) Token: 0x06000161 RID: 353 RVA: 0x000054AC File Offset: 0x000036AC
61 public override global::System.Security.Authentication.SslProtocols EnabledSslProtocols
62 {
63 get
64 {
65 return this.<Options>k__BackingField._enabledSslProtocols;
66 }
67 set
68 {
70 }
71 }
72
73 // Token: 0x1700004B RID: 75
74 // (get) Token: 0x06000162 RID: 354 RVA: 0x000054C8 File Offset: 0x000036C8
75 // (set) Token: 0x06000163 RID: 355 RVA: 0x000054E0 File Offset: 0x000036E0
76 public override string TargetHost
77 {
78 get
79 {
81 }
82 set
83 {
85 }
86 }
87
88 // Token: 0x1700004C RID: 76
89 // (get) Token: 0x06000164 RID: 356 RVA: 0x00002050 File Offset: 0x00000250
90 // (set) Token: 0x06000165 RID: 357 RVA: 0x00002050 File Offset: 0x00000250
91 public override bool ClientCertificateRequired
92 {
93 get
94 {
95 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
96 }
97 set
98 {
99 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
100 }
101 }
102
103 // Token: 0x1700004D RID: 77
104 // (get) Token: 0x06000166 RID: 358 RVA: 0x000054FC File Offset: 0x000036FC
105 // (set) Token: 0x06000167 RID: 359 RVA: 0x00005514 File Offset: 0x00003714
106 public override global::System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates
107 {
108 get
109 {
111 }
112 set
113 {
115 }
116 }
117
118 // Token: 0x1700004E RID: 78
119 // (get) Token: 0x06000168 RID: 360 RVA: 0x00002050 File Offset: 0x00000250
120 // (set) Token: 0x06000169 RID: 361 RVA: 0x00002050 File Offset: 0x00000250
122 {
123 get
124 {
125 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
126 }
127 set
128 {
129 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
130 }
131 }
132
133 // Token: 0x04000114 RID: 276
135 private readonly global::System.Net.Security.SslClientAuthenticationOptions <Options>k__BackingField;
136 }
137}
class f__AnonymousType0<< Count > j__TPar
readonly global::System.Net.Security.SslClientAuthenticationOptions< Options > k__BackingField
override global::System.Security.Authentication.SslProtocols EnabledSslProtocols
global::System.Net.Security.SslClientAuthenticationOptions Options
override global::System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode
override global::System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates