Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TlsAlertMessage.cs
Go to the documentation of this file.
1namespace System.Net.Security;
2
3internal enum TlsAlertMessage
4{
5 CloseNotify = 0,
7 BadRecordMac = 20,
12 BadCertificate = 42,
13 UnsupportedCert = 43,
18 UnknownCA = 48,
19 AccessDenied = 49,
20 DecodeError = 50,
21 DecryptError = 51,
23 ProtocolVersion = 70,
25 InternalError = 80,
26 UserCanceled = 90,
27 NoRenegotiation = 100,
28 UnsupportedExt = 110
29}