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
NtlmSettings.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200003E RID: 62
6 public static class NtlmSettings
7 {
8 // Token: 0x17000085 RID: 133
9 // (get) Token: 0x060001D0 RID: 464 RVA: 0x00008388 File Offset: 0x00006588
11 {
12 get
13 {
14 if (!true)
15 {
16 }
17 return NtlmAuthLevel.LM_and_NTLM_and_try_NTLMv2_Session;
18 }
19 }
20
21 // Token: 0x060001D1 RID: 465 RVA: 0x0000839C File Offset: 0x0000659C
22 // Note: this type is marked as 'beforefieldinit'.
23 static NtlmSettings()
24 {
25 }
26
27 // Token: 0x040000E8 RID: 232
29 }
30}