Terraria v1.4.4.9
Terraria source code documentation
|
Namespaces | |
namespace | ExtendedProtection |
Classes | |
class | AuthenticationException |
class | InvalidCredentialException |
Enumerations | |
enum | CipherAlgorithmType { None = 0 , Rc2 = 26114 , Rc4 = 26625 , Des = 26113 , TripleDes = 26115 , Aes = 26129 , Aes128 = 26126 , Aes192 = 26127 , Aes256 = 26128 , Null = 24576 } |
enum | ExchangeAlgorithmType { None = 0 , RsaSign = 9216 , RsaKeyX = 41984 , DiffieHellman = 43522 } |
enum | HashAlgorithmType { None = 0 , Md5 = 32771 , Sha1 = 32772 , Sha256 = 32780 , Sha384 = 32781 , Sha512 = 32782 } |
enum | SslProtocols { None = 0 , Ssl2 = 0xC , Ssl3 = 0x30 , Tls = 0xC0 , Tls11 = 0x300 , Tls12 = 0xC00 , Tls13 = 0x3000 , Default = 0xF0 } |