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
NegotiationInfoClass.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x0200012C RID: 300
6 internal class NegotiationInfoClass
7 {
8 // Token: 0x0600072A RID: 1834 RVA: 0x0001A0E0 File Offset: 0x000182E0
10 {
11 }
12
13 // Token: 0x04000591 RID: 1425
14 internal const string NTLM = "NTLM";
15
16 // Token: 0x04000592 RID: 1426
17 internal const string Kerberos = "Kerberos";
18
19 // Token: 0x04000593 RID: 1427
20 internal const string Negotiate = "Negotiate";
21
22 // Token: 0x04000594 RID: 1428
23 internal const string Basic = "Basic";
24 }
25}