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
MonoSslAuthenticationOptions.cs
Go to the documentation of this file.
1using System;
6
7namespace Mono.Net.Security
8{
9 // Token: 0x02000061 RID: 97
10 internal abstract class MonoSslAuthenticationOptions
11 {
12 // Token: 0x1700003D RID: 61
13 // (get) Token: 0x0600014C RID: 332
14 public abstract bool ServerMode { get; }
15
16 // Token: 0x1700003E RID: 62
17 // (get) Token: 0x0600014D RID: 333
18 // (set) Token: 0x0600014E RID: 334
19 public abstract global::System.Security.Authentication.SslProtocols EnabledSslProtocols { get; set; }
20
21 // Token: 0x1700003F RID: 63
22 // (set) Token: 0x0600014F RID: 335
23 public abstract global::System.Net.Security.EncryptionPolicy EncryptionPolicy { set; }
24
25 // Token: 0x17000040 RID: 64
26 // (set) Token: 0x06000150 RID: 336
27 public abstract global::System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode { set; }
28
29 // Token: 0x17000041 RID: 65
30 // (get) Token: 0x06000151 RID: 337
31 // (set) Token: 0x06000152 RID: 338
32 public abstract string TargetHost { get; set; }
33
34 // Token: 0x17000042 RID: 66
35 // (get) Token: 0x06000153 RID: 339
36 // (set) Token: 0x06000154 RID: 340
37 public abstract X509Certificate ServerCertificate { get; set; }
38
39 // Token: 0x17000043 RID: 67
40 // (get) Token: 0x06000155 RID: 341
41 // (set) Token: 0x06000156 RID: 342
42 public abstract global::System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get; set; }
43
44 // Token: 0x17000044 RID: 68
45 // (get) Token: 0x06000157 RID: 343
46 // (set) Token: 0x06000158 RID: 344
47 public abstract bool ClientCertificateRequired { get; set; }
48
49 // Token: 0x17000045 RID: 69
50 // (get) Token: 0x06000159 RID: 345 RVA: 0x000053FC File Offset: 0x000035FC
51 internal global::System.Net.Security.ServerCertSelectionCallback ServerCertSelectionDelegate
52 {
54 get
55 {
57 }
58 }
59
60 // Token: 0x0600015A RID: 346 RVA: 0x00005410 File Offset: 0x00003610
62 {
63 }
64
65 // Token: 0x04000113 RID: 275
67 private global::System.Net.Security.ServerCertSelectionCallback <ServerCertSelectionDelegate>k__BackingField;
68 }
69}
class f__AnonymousType0<< Count > j__TPar
global::System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode
global::System.Net.Security.ServerCertSelectionCallback ServerCertSelectionDelegate
global::System.Security.Authentication.SslProtocols EnabledSslProtocols
global::System.Net.Security.ServerCertSelectionCallback< ServerCertSelectionDelegate > k__BackingField
global::System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates