Table of Contents

Enum ExchangeAuthenticationMethod

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Exchange authentication method.

[Flags]
public enum ExchangeAuthenticationMethod

Fields

Adfs = 1024

Active Directory Federation Services (ADFS) authentication is used.

Basic = 0

Basic authentication is used.

Certificate = 128

Certificate authentication is used.

Digest = 1

Digest authentication is used.

Fba = 4

Forms based authentication is used.

Kerberos = 2048

Kerberos authentication is used.

LiveIdBasic = 32

Live ID basic authentication is used.

LiveIdFba = 16

Live ID forms based authentication is used.

LiveIdNegotiate = 8192

Live ID negotiate authentication is used.

Misconfigured = 8192

The authentication method is misconfigured.

NegoEx = 256

NegoEx authentication is used.

Negotiate = 4096

Negotiate authentication is used.

NotApplicable = 32768

The authentication method is not applicable to the setting.

Ntlm = 2

NTLM authentication is used.

OAuth = 512

OpenAuth authentication is used.

Unknown = 16384

The authentication method is unknown.

WSSecurity = 64

WSSecutiry authentication is used.

WindowsIntegrated = 8

Windows integrated authentication is used.