Enum ExchangeServerCertificateAllowedServices
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the services allowed by an Exchange server certificate.
[Flags]
public enum ExchangeServerCertificateAllowedServices
Fields
Federation = 64The certificate can be used for federation.
Iis = 16The certificate can be used for IIS.
Imap = 2The certificate can be used for IMAP access.
None = 1No services are allowed.
Pop = 4The certificate can be used for POP access.
Smtp = 32The certificate can be used for SMTP.
UM = 8The certificate can be used for Microsoft Exchange Unified Messaging.
UMCallRouter = 128The certificate can be used for Unified Messaging Call Router.
Unknown = 0The allowed services is unknown.