terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
SslProtocols.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Security
 
namespace  System.Security.Authentication
 

Enumerations

enum  System.Security.Authentication.SslProtocols {
  System.Security.Authentication.None = 0 , System.Security.Authentication.Ssl2 = 12 , System.Security.Authentication.Ssl3 = 48 , System.Security.Authentication.Tls = 192 ,
  System.Security.Authentication.Tls11 = 768 , System.Security.Authentication.Tls12 = 3072 , System.Security.Authentication.Tls13 = 12288 , System.Security.Authentication.Default = 240
}