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 nameDescription
Supported by the .NET Compact FrameworkAuto
Choose automatically.
Supported by the .NET Compact FrameworkBasic
Basic authentication.
Supported by the .NET Compact FrameworkNtlm
NTLM authentication. Only supported on Windows and partially on Mono.
Supported by the .NET Compact FrameworkKerberos
Kerberos authentication. Only supported on Windows.
Supported by the .NET Compact FrameworkNegotiate
Negotiate authentication. Only supported on Windows.
Supported by the .NET Compact FrameworkOAuth20
OAuth 2.0 authentication.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also