Class ExchangeServerCertificateCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Exchange server certificates.
public class ExchangeServerCertificateCollection : Collection<ExchangeServerCertificate>, IList<ExchangeServerCertificate>, ICollection<ExchangeServerCertificate>, IList, ICollection, IReadOnlyList<ExchangeServerCertificate>, IReadOnlyCollection<ExchangeServerCertificate>, IEnumerable<ExchangeServerCertificate>, IEnumerable
- Inheritance
-
ExchangeServerCertificateCollection
- Implements
- Inherited Members
Constructors
ExchangeServerCertificateCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeServerCertificateCollection class.
public ExchangeServerCertificateCollection()
Methods
FindByThumbprint(string)
Returns the Exchange server certificate with the specified thumbprint, or null if no certificate with that thumbprint exists.
public ExchangeServerCertificate FindByThumbprint(string thumbprint)
Parameters
thumbprint
stringThe thumbprint of the certificate with or without spaces - for example "93 4c 78 68 dc 83 b1 98 90 f5 31 ab 21 c4 1a d9 94 aa f0 d3".
Returns
Sort()
Sorts the values in the collection.
public void Sort()