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.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
System.Security.Authentication
;
4
using
System.Security.Cryptography.X509Certificates
;
5
6
namespace
System.Net.Security
7
{
8
// Token: 0x0200031A RID: 794
9
public
class
SslServerAuthenticationOptions
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
14
public
bool
ClientCertificateRequired
15
{
16
[
CompilerGenerated
]
17
get
18
{
19
return
this.<
ClientCertificateRequired
>
k__BackingField
;
20
}
21
[
CompilerGenerated
]
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
30
public
X509Certificate
ServerCertificate
31
{
32
[
CompilerGenerated
]
33
get
34
{
35
return
this.<
ServerCertificate
>
k__BackingField
;
36
}
37
[
CompilerGenerated
]
38
set
39
{
40
this.<
ServerCertificate
>
k__BackingField
=
value
;
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
{
55
this._enabledSslProtocols
=
value
;
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
{
65
this._checkCertificateRevocation
=
value
;
66
}
67
}
68
69
// Token: 0x170004B5 RID: 1205
70
// (set) Token: 0x060014AE RID: 5294 RVA: 0x0003EB6C File Offset: 0x0003CD6C
71
public
EncryptionPolicy
EncryptionPolicy
72
{
73
set
74
{
75
this._encryptionPolicy
=
value
;
76
}
77
}
78
79
// Token: 0x060014AF RID: 5295 RVA: 0x0003EB90 File Offset: 0x0003CD90
80
public
SslServerAuthenticationOptions
()
81
{
82
}
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
91
private
EncryptionPolicy
_encryptionPolicy
;
92
93
// Token: 0x04001142 RID: 4418
94
private
bool
_allowRenegotiation
=
true
;
95
96
// Token: 0x04001143 RID: 4419
97
[
CompilerGenerated
]
98
private
bool <ClientCertificateRequired>
k__BackingField
;
99
100
// Token: 0x04001144 RID: 4420
101
[
CompilerGenerated
]
102
private
X509Certificate <ServerCertificate>
k__BackingField
;
103
}
104
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.Security.SslServerAuthenticationOptions.CertificateRevocationCheckMode
global::System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode
Definition
SslServerAuthenticationOptions.cs:62
System.Net.Security.SslServerAuthenticationOptions.EnabledSslProtocols
global::System.Security.Authentication.SslProtocols EnabledSslProtocols
Definition
SslServerAuthenticationOptions.cs:48
System.Net.Security.SslServerAuthenticationOptions.SslServerAuthenticationOptions
SslServerAuthenticationOptions()
Definition
SslServerAuthenticationOptions.cs:80
System.Net.Security.SslServerAuthenticationOptions._checkCertificateRevocation
global::System.Security.Cryptography.X509Certificates.X509RevocationMode _checkCertificateRevocation
Definition
SslServerAuthenticationOptions.cs:85
System.Net.Security.SslServerAuthenticationOptions._enabledSslProtocols
global::System.Security.Authentication.SslProtocols _enabledSslProtocols
Definition
SslServerAuthenticationOptions.cs:88
System.Net.Security.SslServerAuthenticationOptions._encryptionPolicy
EncryptionPolicy _encryptionPolicy
Definition
SslServerAuthenticationOptions.cs:91
System.Net.Security.SslServerAuthenticationOptions.ServerCertificate
X509Certificate ServerCertificate
Definition
SslServerAuthenticationOptions.cs:31
System.Net.Security.SslServerAuthenticationOptions.k__BackingField
X509Certificate< ServerCertificate > k__BackingField
Definition
SslServerAuthenticationOptions.cs:102
System.Net.Security.SslServerAuthenticationOptions.ClientCertificateRequired
bool ClientCertificateRequired
Definition
SslServerAuthenticationOptions.cs:15
System.Net.Security.SslServerAuthenticationOptions._allowRenegotiation
bool _allowRenegotiation
Definition
SslServerAuthenticationOptions.cs:94
System.Net.Security.SslServerAuthenticationOptions.k__BackingField
bool< ClientCertificateRequired > k__BackingField
Definition
SslServerAuthenticationOptions.cs:98
System.Net.Security.SslServerAuthenticationOptions
Definition
SslServerAuthenticationOptions.cs:10
System.Security.Cryptography.X509Certificates.X509Certificate
Definition
X509Certificate.cs:13
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
Net
Security
SslServerAuthenticationOptions.cs
Generated by
1.10.0