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
NtlmFlags.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200003D RID: 61
6 [Flags]
7 public enum NtlmFlags
8 {
9 // Token: 0x040000DE RID: 222
11 // Token: 0x040000DF RID: 223
12 NegotiateOem = 2,
13 // Token: 0x040000E0 RID: 224
14 RequestTarget = 4,
15 // Token: 0x040000E1 RID: 225
16 NegotiateNtlm = 512,
17 // Token: 0x040000E2 RID: 226
19 // Token: 0x040000E3 RID: 227
21 // Token: 0x040000E4 RID: 228
22 NegotiateAlwaysSign = 32768,
23 // Token: 0x040000E5 RID: 229
24 NegotiateNtlm2Key = 524288,
25 // Token: 0x040000E6 RID: 230
26 Negotiate128 = 536870912,
27 // Token: 0x040000E7 RID: 231
28 Negotiate56 = -2147483648
29 }
30}