Defines EWS authentication methods.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic | 
|---|
Public Enumeration EwsAuthentication  | 
| C# | 
|---|
public enum EwsAuthentication  | 
Members
| Member name | Description | |
|---|---|---|
| Auto | Choose automatically.  | |
| Basic | Basic authentication.  | |
| Ntlm | NTLM authentication. Only supported on Windows and partially on Mono.  | |
| Kerberos | Kerberos authentication. Only supported on Windows.  | |
| Negotiate | Negotiate authentication. Only supported on Windows.  | |
| OAuth20 | OAuth 2.0 authentication.  |