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
SslClientAuthenticationOptions.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x02000319 RID: 793
10 {
11 // Token: 0x170004AC RID: 1196
12 // (get) Token: 0x0600149E RID: 5278 RVA: 0x0003E9F8 File Offset: 0x0003CBF8
13 // (set) Token: 0x0600149F RID: 5279 RVA: 0x0003EA0C File Offset: 0x0003CC0C
14 public string TargetHost
15 {
17 get
18 {
19 return this.<TargetHost>k__BackingField;
20 }
22 set
23 {
25 }
26 }
27
28 // Token: 0x170004AD RID: 1197
29 // (get) Token: 0x060014A0 RID: 5280 RVA: 0x0003EA20 File Offset: 0x0003CC20
30 // (set) Token: 0x060014A1 RID: 5281 RVA: 0x0003EA34 File Offset: 0x0003CC34
31 public global::System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates
32 {
34 get
35 {
37 }
39 set
40 {
42 }
43 }
44
45 // Token: 0x170004AE RID: 1198
46 // (set) Token: 0x060014A2 RID: 5282 RVA: 0x0003EA48 File Offset: 0x0003CC48
47 public global::System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode
48 {
49 set
50 {
52 }
53 }
54
55 // Token: 0x170004AF RID: 1199
56 // (set) Token: 0x060014A3 RID: 5283 RVA: 0x0003EA6C File Offset: 0x0003CC6C
58 {
59 set
60 {
62 }
63 }
64
65 // Token: 0x170004B0 RID: 1200
66 // (get) Token: 0x060014A4 RID: 5284 RVA: 0x0003EA90 File Offset: 0x0003CC90
67 // (set) Token: 0x060014A5 RID: 5285 RVA: 0x0003EAA4 File Offset: 0x0003CCA4
68 public global::System.Security.Authentication.SslProtocols EnabledSslProtocols
69 {
70 get
71 {
72 return this._enabledSslProtocols;
73 }
74 set
75 {
77 }
78 }
79
80 // Token: 0x060014A6 RID: 5286 RVA: 0x0003EAB8 File Offset: 0x0003CCB8
84
85 // Token: 0x04001139 RID: 4409
87
88 // Token: 0x0400113A RID: 4410
89 private global::System.Security.Cryptography.X509Certificates.X509RevocationMode _checkCertificateRevocation;
90
91 // Token: 0x0400113B RID: 4411
92 private global::System.Security.Authentication.SslProtocols _enabledSslProtocols;
93
94 // Token: 0x0400113C RID: 4412
95 private bool _allowRenegotiation = true;
96
97 // Token: 0x0400113D RID: 4413
99 private string <TargetHost>k__BackingField;
100
101 // Token: 0x0400113E RID: 4414
103 private global::System.Security.Cryptography.X509Certificates.X509CertificateCollection <ClientCertificates>k__BackingField;
104 }
105}
class f__AnonymousType0<< Count > j__TPar
global::System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates
global::System.Security.Cryptography.X509Certificates.X509CertificateCollection< ClientCertificates > k__BackingField
global::System.Security.Authentication.SslProtocols _enabledSslProtocols
global::System.Security.Cryptography.X509Certificates.X509RevocationMode _checkCertificateRevocation
global::System.Security.Authentication.SslProtocols EnabledSslProtocols
global::System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode