Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ContextFlagsPal.cs
Go to the documentation of this file.
1namespace System.Net;
2
3[Flags]
4internal enum ContextFlagsPal
5{
6 None = 0,
7 Delegate = 1,
8 MutualAuth = 2,
9 ReplayDetect = 4,
11 Confidentiality = 0x10,
12 UseSessionKey = 0x20,
13 AllocateMemory = 0x100,
14 Connection = 0x800,
15 InitExtendedError = 0x4000,
16 AcceptExtendedError = 0x8000,
17 InitStream = 0x8000,
18 AcceptStream = 0x10000,
19 InitIntegrity = 0x10000,
20 AcceptIntegrity = 0x20000,
23 InitIdentify = 0x20000,
24 AcceptIdentify = 0x80000,
25 ProxyBindings = 0x4000000,
26 AllowMissingBindings = 0x10000000,
27 UnverifiedTargetName = 0x20000000
28}