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
SecurityProtocol.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Security.Authentication
;
3
4
namespace
System.Net
5
{
6
// Token: 0x0200012E RID: 302
7
internal
static
class
SecurityProtocol
8
{
9
// Token: 0x04000595 RID: 1429
10
public
const
global::System.Security.Authentication.SslProtocols
DefaultSecurityProtocols
= global::System.Security.Authentication.SslProtocols.Tls | global::System.Security.Authentication.SslProtocols.Tls11 | global::System.Security.Authentication.SslProtocols.Tls12;
11
12
// Token: 0x04000596 RID: 1430
13
public
const
global::System.Security.Authentication.SslProtocols
SystemDefaultSecurityProtocols
= global::System.Security.Authentication.SslProtocols.None;
14
}
15
}
System.Net.SecurityProtocol.SystemDefaultSecurityProtocols
const global::System.Security.Authentication.SslProtocols SystemDefaultSecurityProtocols
Definition
SecurityProtocol.cs:13
System.Net.SecurityProtocol.DefaultSecurityProtocols
const global::System.Security.Authentication.SslProtocols DefaultSecurityProtocols
Definition
SecurityProtocol.cs:10
System.Net.SecurityProtocol
Definition
SecurityProtocol.cs:8
System.Net
Definition
AuthenticationManager.cs:7
System.Security.Authentication
Definition
AuthenticationException.cs:5
System
Definition
__ComObject.cs:4
source
System
Net
SecurityProtocol.cs
Generated by
1.10.0