Table of Contents

Enum ExchangeAuthenticationMechanisms

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

Represents the Exchange authentication mechanisms.

[Flags]
public enum ExchangeAuthenticationMechanisms

Fields

BasicAuth = 4

Basic authentication is enabled.

BasicAuthRequireTls = 8

Offer basic authentication only after starting TLS is enabled.

DomainSecure = 64

Domain security (mutual Auth TLS) is enabled.

This value exists as a boolean value in the Exchange data model, and was added here for convenience.

ExchangeServer = 16

Exchange Server authentication is enabled.

ExternalAuthoritative = 32

Externally secured authentication is enabled.

Integrated = 2

Integrated Windows authentication is enabled.

None = 0

No authentication mechanisms are enabled.

Tls = 1

Transport Layer Security (TLS) is enabled.

Unknown = 128

The authentication mechanisms are unknown.