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.
1
using
System
;
2
using
System.Net.Security
;
3
using
System.Runtime.CompilerServices
;
4
using
System.Security.Authentication
;
5
using
System.Security.Cryptography.X509Certificates
;
6
using
Cpp2IlInjected
;
7
8
namespace
Mono.Net.Security
9
{
10
// Token: 0x02000063 RID: 99
11
internal
sealed
class
MonoSslServerAuthenticationOptions
:
MonoSslAuthenticationOptions
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
{
17
[
CompilerGenerated
]
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
35
public
MonoSslServerAuthenticationOptions
()
36
{
37
}
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
{
45
this.<
Options
>
k__BackingField.CertificateRevocationCheckMode
=
value
;
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
{
55
this.<
Options
>
k__BackingField.EncryptionPolicy
=
value
;
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
{
70
this.<
Options
>
k__BackingField._enabledSslProtocols
=
value
;
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
{
81
return
this.<
Options
>
k__BackingField
.<
ClientCertificateRequired
>
k__BackingField
;
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
107
public
override
X509Certificate
ServerCertificate
108
{
109
get
110
{
111
return
this.<
Options
>
k__BackingField
.<
ServerCertificate
>
k__BackingField
;
112
}
113
set
114
{
115
this.<
Options
>
k__BackingField
.<
ServerCertificate
>
k__BackingField
=
value
;
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
135
[
CompilerGenerated
]
136
private
readonly
global::System.Net.Security.SslServerAuthenticationOptions <
Options
>
k__BackingField
;
137
}
138
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Mono.Net.Security.MonoSslAuthenticationOptions
Definition
MonoSslAuthenticationOptions.cs:11
Mono.Net.Security.MonoSslServerAuthenticationOptions.Options
global::System.Net.Security.SslServerAuthenticationOptions Options
Definition
MonoSslServerAuthenticationOptions.cs:16
Mono.Net.Security.MonoSslServerAuthenticationOptions.CertificateRevocationCheckMode
override global::System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode
Definition
MonoSslServerAuthenticationOptions.cs:42
Mono.Net.Security.MonoSslServerAuthenticationOptions.EnabledSslProtocols
override global::System.Security.Authentication.SslProtocols EnabledSslProtocols
Definition
MonoSslServerAuthenticationOptions.cs:63
Mono.Net.Security.MonoSslServerAuthenticationOptions.ServerMode
override bool ServerMode
Definition
MonoSslServerAuthenticationOptions.cs:27
Mono.Net.Security.MonoSslServerAuthenticationOptions.ServerCertificate
override X509Certificate ServerCertificate
Definition
MonoSslServerAuthenticationOptions.cs:108
Mono.Net.Security.MonoSslServerAuthenticationOptions.MonoSslServerAuthenticationOptions
MonoSslServerAuthenticationOptions()
Definition
MonoSslServerAuthenticationOptions.cs:35
Mono.Net.Security.MonoSslServerAuthenticationOptions.ClientCertificateRequired
override bool ClientCertificateRequired
Definition
MonoSslServerAuthenticationOptions.cs:78
Mono.Net.Security.MonoSslServerAuthenticationOptions.TargetHost
override string TargetHost
Definition
MonoSslServerAuthenticationOptions.cs:93
Mono.Net.Security.MonoSslServerAuthenticationOptions.ClientCertificates
override global::System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates
Definition
MonoSslServerAuthenticationOptions.cs:123
Mono.Net.Security.MonoSslServerAuthenticationOptions.k__BackingField
readonly global::System.Net.Security.SslServerAuthenticationOptions< Options > k__BackingField
Definition
MonoSslServerAuthenticationOptions.cs:136
Mono.Net.Security.MonoSslServerAuthenticationOptions
Definition
MonoSslServerAuthenticationOptions.cs:12
System.Security.Cryptography.X509Certificates.X509Certificate
Definition
X509Certificate.cs:13
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Mono.Net.Security
Definition
AsyncHandshakeRequest.cs:4
System.Net.Security.EncryptionPolicy
EncryptionPolicy
Definition
EncryptionPolicy.cs:7
System.Net.Security
Definition
AuthenticatedStream.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Security.Authentication
Definition
AuthenticationException.cs:5
System.Security.Cryptography.X509Certificates
Definition
X509Certificate.cs:9
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System
Mono
Net
Security
MonoSslServerAuthenticationOptions.cs
Generated by
1.10.0