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.
1using System;
3
4namespace 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}
const global::System.Security.Authentication.SslProtocols SystemDefaultSecurityProtocols
const global::System.Security.Authentication.SslProtocols DefaultSecurityProtocols