AuthenticationSchemes Enum

Namespace
Microsoft.Net.Http.Server
Assemblies
  • Microsoft.Net.Http.Server

Syntax

[Flags]
public enum AuthenticationSchemes
enum Microsoft.Net.Http.Server.AuthenticationSchemes

Fields

AllowAnonymous()
Return type:Microsoft.Net.Http.Server.AuthenticationSchemes
AllowAnonymous = 4096
Basic()
Return type:Microsoft.Net.Http.Server.AuthenticationSchemes
Basic = 1
Kerberos()
Return type:Microsoft.Net.Http.Server.AuthenticationSchemes
Kerberos = 16
NTLM()
Return type:Microsoft.Net.Http.Server.AuthenticationSchemes
NTLM = 4
Negotiate()
Return type:Microsoft.Net.Http.Server.AuthenticationSchemes
Negotiate = 8
None()
Return type:Microsoft.Net.Http.Server.AuthenticationSchemes
None = 0