Enum ExchangeAuthenticationMechanisms
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Exchange authentication mechanisms.
[Flags]
public enum ExchangeAuthenticationMechanisms
Fields
BasicAuth = 4Basic authentication is enabled.
BasicAuthRequireTls = 8Offer basic authentication only after starting TLS is enabled.
DomainSecure = 64Domain 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 = 16Exchange Server authentication is enabled.
ExternalAuthoritative = 32Externally secured authentication is enabled.
Integrated = 2Integrated Windows authentication is enabled.
None = 0No authentication mechanisms are enabled.
Tls = 1Transport Layer Security (TLS) is enabled.
Unknown = 128The authentication mechanisms are unknown.