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
SslProtocols.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Security.Authentication
4
{
5
// Token: 0x020000E5 RID: 229
6
[Flags]
7
public
enum
SslProtocols
8
{
9
// Token: 0x0400042E RID: 1070
10
None
= 0,
11
// Token: 0x0400042F RID: 1071
12
Ssl2
= 12,
13
// Token: 0x04000430 RID: 1072
14
Ssl3
= 48,
15
// Token: 0x04000431 RID: 1073
16
Tls
= 192,
17
// Token: 0x04000432 RID: 1074
18
[
MonoTODO
(
"unsupported"
)]
19
Tls11
= 768,
20
// Token: 0x04000433 RID: 1075
21
[
MonoTODO
(
"unsupported"
)]
22
Tls12
= 3072,
23
// Token: 0x04000434 RID: 1076
24
Tls13
= 12288,
25
// Token: 0x04000435 RID: 1077
26
Default
= 240
27
}
28
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Security.Authentication.SslProtocols
SslProtocols
Definition
SslProtocols.cs:8
System.Security.Authentication.SslProtocols.Tls11
@ Tls11
System.Security.Authentication.SslProtocols.Tls13
@ Tls13
System.Security.Authentication.SslProtocols.Ssl3
@ Ssl3
System.Security.Authentication.SslProtocols.Ssl2
@ Ssl2
System.Security.Authentication.SslProtocols.None
@ None
System.Security.Authentication.SslProtocols.Default
@ Default
System.Security.Authentication.SslProtocols.Tls12
@ Tls12
System.Security.Authentication.SslProtocols.Tls
@ Tls
System.Security.Authentication
Definition
AuthenticationException.cs:5
System
Definition
__ComObject.cs:4
source
System
Security
Authentication
SslProtocols.cs
Generated by
1.10.0