4#include <system/enum_helpers.h> 
   34DECLARE_USING_GLOBAL_OPERATORS
 
Definition: authentication_schemes.h:9
 
AuthenticationSchemes
Enumerates the authentication schemes.
Definition: authentication_schemes.h:13
 
@ Ntlm
NTLM authentication.
 
@ IntegratedWindowsAuthentication
Windows authentication.
 
@ Anonymous
Anonymous authentication.
 
@ Basic
Basic authentication.
 
@ Negotiate
Negotiates with the client which authentication scheme will be used (NTML or Kerberos).
 
@ Digest
Digest access authentication.
 
Definition: db_command.h:9