EwsAuthentication Enum
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Defines EWS authentication methods.
Syntax
public enum EwsAuthentication
Fields
Name | Description |
---|---|
Auto | Choose automatically. |
Basic | Basic authentication. |
Kerberos | Kerberos authentication. Only supported on Windows. |
Negotiate | Negotiate authentication. Only supported on Windows. |
Ntlm | NTLM authentication. Only supported on Windows and partially on Mono. |
OAuth20 | OAuth 2.0 authentication. |