Class ExchangeServerCertificate
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Exchange server certificate in a Microsoft Exchange organization. This only applies to Exchange On-Premises.
public class ExchangeServerCertificate : SslCertificate, IComparable<SslCertificate>
- Inheritance
-
ExchangeServerCertificate
- Implements
- Inherited Members
Constructors
ExchangeServerCertificate()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeServerCertificate class.
public ExchangeServerCertificate()
Properties
AllowedServices
Gets or sets the services for which this certificate is allowed.
public ExchangeServerCertificateAllowedServices AllowedServices { get; set; }
Property Value
AllowedServicesStrings
Gets the services for which this certificate is allowed.
public SerializableStringCollection AllowedServicesStrings { get; set; }
Property Value
- SerializableStringCollection
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeServerCertificate cloned from this object.
public ExchangeServerCertificate Clone()
Returns
- ExchangeServerCertificate
A CENTREL.XIA.Configuration.Types.ExchangeServerCertificate.