Enum ExchangeAuthenticationMethod
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Exchange authentication method.
[Flags]
public enum ExchangeAuthenticationMethod
Fields
Adfs = 1024Active Directory Federation Services (ADFS) authentication is used.
Basic = 0Basic authentication is used.
Certificate = 128Certificate authentication is used.
Digest = 1Digest authentication is used.
Fba = 4Forms based authentication is used.
Kerberos = 2048Kerberos authentication is used.
LiveIdBasic = 32Live ID basic authentication is used.
LiveIdFba = 16Live ID forms based authentication is used.
LiveIdNegotiate = 8192Live ID negotiate authentication is used.
Misconfigured = 8192The authentication method is misconfigured.
NegoEx = 256NegoEx authentication is used.
Negotiate = 4096Negotiate authentication is used.
NotApplicable = 32768The authentication method is not applicable to the setting.
Ntlm = 2NTLM authentication is used.
OAuth = 512OpenAuth authentication is used.
Unknown = 16384The authentication method is unknown.
WSSecurity = 64WSSecutiry authentication is used.
WindowsIntegrated = 8Windows integrated authentication is used.