Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AuthenticationSchemes
enum
System.Net.AuthenticationSchemes
Enumerator
None
Digest
Negotiate
Ntlm
Basic
Anonymous
IntegratedWindowsAuthentication
Definition at line
4
of file
AuthenticationSchemes.cs
.
5
{
6
None = 0,
7
Digest
= 1,
8
Negotiate
= 2,
9
Ntlm
= 4,
10
Basic
= 8,
11
Anonymous
= 0x8000,
12
IntegratedWindowsAuthentication
= 6
13
}
System.Net.AuthenticationSchemes.Ntlm
@ Ntlm
System.Net.AuthenticationSchemes.IntegratedWindowsAuthentication
@ IntegratedWindowsAuthentication
System.Net.AuthenticationSchemes.Anonymous
@ Anonymous
System.Net.AuthenticationSchemes.Basic
@ Basic
System.Net.AuthenticationSchemes.Negotiate
@ Negotiate
System.Net.AuthenticationSchemes.Digest
@ Digest
System
Net
Generated by
1.10.0