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
AuthenticationSchemes.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x02000185 RID: 389
6 [Flags]
8 {
9 // Token: 0x040007A9 RID: 1961
10 None = 0,
11 // Token: 0x040007AA RID: 1962
12 Digest = 1,
13 // Token: 0x040007AB RID: 1963
14 Negotiate = 2,
15 // Token: 0x040007AC RID: 1964
16 Ntlm = 4,
17 // Token: 0x040007AD RID: 1965
18 Basic = 8,
19 // Token: 0x040007AE RID: 1966
20 Anonymous = 32768,
21 // Token: 0x040007AF RID: 1967
23 }
24}