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
SslServerAuthenticationOptions.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x0200031A RID: 794
10 {
11 // Token: 0x170004B1 RID: 1201
12 // (get) Token: 0x060014A7 RID: 5287 RVA: 0x0003EAD4 File Offset: 0x0003CCD4
13 // (set) Token: 0x060014A8 RID: 5288 RVA: 0x0003EAE8 File Offset: 0x0003CCE8
15 {
17 get
18 {
20 }
22 set
23 {
24 }
25 }
26
27 // Token: 0x170004B2 RID: 1202
28 // (get) Token: 0x060014A9 RID: 5289 RVA: 0x0003EAF8 File Offset: 0x0003CCF8
29 // (set) Token: 0x060014AA RID: 5290 RVA: 0x0003EB0C File Offset: 0x0003CD0C
31 {
33 get
34 {
36 }
38 set
39 {
41 }
42 }
43
44 // Token: 0x170004B3 RID: 1203
45 // (get) Token: 0x060014AB RID: 5291 RVA: 0x0003EB20 File Offset: 0x0003CD20
46 // (set) Token: 0x060014AC RID: 5292 RVA: 0x0003EB34 File Offset: 0x0003CD34
47 public global::System.Security.Authentication.SslProtocols EnabledSslProtocols
48 {
49 get
50 {
51 return this._enabledSslProtocols;
52 }
53 set
54 {
56 }
57 }
58
59 // Token: 0x170004B4 RID: 1204
60 // (set) Token: 0x060014AD RID: 5293 RVA: 0x0003EB48 File Offset: 0x0003CD48
61 public global::System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode
62 {
63 set
64 {
66 }
67 }
68
69 // Token: 0x170004B5 RID: 1205
70 // (set) Token: 0x060014AE RID: 5294 RVA: 0x0003EB6C File Offset: 0x0003CD6C
72 {
73 set
74 {
76 }
77 }
78
79 // Token: 0x060014AF RID: 5295 RVA: 0x0003EB90 File Offset: 0x0003CD90
83
84 // Token: 0x0400113F RID: 4415
85 private global::System.Security.Cryptography.X509Certificates.X509RevocationMode _checkCertificateRevocation;
86
87 // Token: 0x04001140 RID: 4416
88 private global::System.Security.Authentication.SslProtocols _enabledSslProtocols;
89
90 // Token: 0x04001141 RID: 4417
92
93 // Token: 0x04001142 RID: 4418
94 private bool _allowRenegotiation = true;
95
96 // Token: 0x04001143 RID: 4419
98 private bool <ClientCertificateRequired>k__BackingField;
99
100 // Token: 0x04001144 RID: 4420
102 private X509Certificate <ServerCertificate>k__BackingField;
103 }
104}
class f__AnonymousType0<< Count > j__TPar
global::System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode
global::System.Security.Authentication.SslProtocols EnabledSslProtocols
global::System.Security.Cryptography.X509Certificates.X509RevocationMode _checkCertificateRevocation
global::System.Security.Authentication.SslProtocols _enabledSslProtocols