AuthenticationSchemes

AuthenticationSchemes enum

Enumerates the authentication schemes.

enum class AuthenticationSchemes

Values

NameValueDescription
None0No authentication is required.
Digest1Digest access authentication.
Negotiate2Negotiates with the client which authentication scheme will be used (NTML or Kerberos).
Ntlm4NTLM authentication.
Basic8Basic authentication.
Anonymous32768Anonymous authentication.
IntegratedWindowsAuthenticationn/aWindows authentication.

See Also