Class ExchangeServerCertificates
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the certificates configured for a server in a Microsoft Exchange organization. This only applies to Exchange On-Premises.
public class ExchangeServerCertificates : BypassSection
- Inheritance
-
ExchangeServerCertificates
- Inherited Members
Constructors
ExchangeServerCertificates()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeServerCertificates class.
public ExchangeServerCertificates()
Properties
Items
Gets or sets the items in the collection.
public ExchangeServerCertificateCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeServerCertificates class from the specified XML.
public static ExchangeServerCertificates FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangeServerCertificates
A CENTREL.XIA.Configuration.Types.ExchangeServerCertificates class.
ToString()
Returns the certificates as a human readable string.
public override string ToString()
Returns
- string
The certificates as a human readable string.