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

Enumerator
None 
Digest 
Negotiate 
Ntlm 
Basic 
Anonymous 
IntegratedWindowsAuthentication 

Definition at line 7 of file AuthenticationSchemes.cs.

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 }