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
MonoSslServerAuthenticationOptions.cs
Go to the documentation of this file.
1using System;
7
8namespace Mono.Net.Security
9{
10 // Token: 0x02000063 RID: 99
12 {
13 // Token: 0x1700004F RID: 79
14 // (get) Token: 0x0600016A RID: 362 RVA: 0x00005530 File Offset: 0x00003730
15 public global::System.Net.Security.SslServerAuthenticationOptions Options
16 {
18 get
19 {
20 return this.<Options>k__BackingField;
21 }
22 }
23
24 // Token: 0x17000050 RID: 80
25 // (get) Token: 0x0600016B RID: 363 RVA: 0x00005544 File Offset: 0x00003744
26 public override bool ServerMode
27 {
28 get
29 {
30 return true;
31 }
32 }
33
34 // Token: 0x0600016C RID: 364 RVA: 0x00005554 File Offset: 0x00003754
38
39 // Token: 0x17000051 RID: 81
40 // (set) Token: 0x0600016D RID: 365 RVA: 0x00005568 File Offset: 0x00003768
41 public override global::System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode
42 {
43 set
44 {
46 }
47 }
48
49 // Token: 0x17000052 RID: 82
50 // (set) Token: 0x0600016E RID: 366 RVA: 0x00005584 File Offset: 0x00003784
51 public override global::System.Net.Security.EncryptionPolicy EncryptionPolicy
52 {
53 set
54 {
56 }
57 }
58
59 // Token: 0x17000053 RID: 83
60 // (get) Token: 0x0600016F RID: 367 RVA: 0x000055A0 File Offset: 0x000037A0
61 // (set) Token: 0x06000170 RID: 368 RVA: 0x000055B8 File Offset: 0x000037B8
62 public override global::System.Security.Authentication.SslProtocols EnabledSslProtocols
63 {
64 get
65 {
66 return this.<Options>k__BackingField._enabledSslProtocols;
67 }
68 set
69 {
71 }
72 }
73
74 // Token: 0x17000054 RID: 84
75 // (get) Token: 0x06000171 RID: 369 RVA: 0x000055D4 File Offset: 0x000037D4
76 // (set) Token: 0x06000172 RID: 370 RVA: 0x000055EC File Offset: 0x000037EC
77 public override bool ClientCertificateRequired
78 {
79 get
80 {
82 }
83 set
84 {
85 global::System.Net.Security.SslServerAuthenticationOptions sslServerAuthenticationOptions = this.<Options>k__BackingField;
86 }
87 }
88
89 // Token: 0x17000055 RID: 85
90 // (get) Token: 0x06000173 RID: 371 RVA: 0x00002050 File Offset: 0x00000250
91 // (set) Token: 0x06000174 RID: 372 RVA: 0x00002050 File Offset: 0x00000250
92 public override string TargetHost
93 {
94 get
95 {
96 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
97 }
98 set
99 {
100 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
101 }
102 }
103
104 // Token: 0x17000056 RID: 86
105 // (get) Token: 0x06000175 RID: 373 RVA: 0x00005600 File Offset: 0x00003800
106 // (set) Token: 0x06000176 RID: 374 RVA: 0x00005618 File Offset: 0x00003818
108 {
109 get
110 {
112 }
113 set
114 {
116 }
117 }
118
119 // Token: 0x17000057 RID: 87
120 // (get) Token: 0x06000177 RID: 375 RVA: 0x00002050 File Offset: 0x00000250
121 // (set) Token: 0x06000178 RID: 376 RVA: 0x00002050 File Offset: 0x00000250
122 public override global::System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates
123 {
124 get
125 {
126 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
127 }
128 set
129 {
130 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
131 }
132 }
133
134 // Token: 0x04000115 RID: 277
136 private readonly global::System.Net.Security.SslServerAuthenticationOptions <Options>k__BackingField;
137 }
138}
class f__AnonymousType0<< Count > j__TPar
global::System.Net.Security.SslServerAuthenticationOptions Options
override global::System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode
override global::System.Security.Authentication.SslProtocols EnabledSslProtocols
override global::System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates
readonly global::System.Net.Security.SslServerAuthenticationOptions< Options > k__BackingField