Table of Contents

Class SslCertificateStoreCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of SSL certificate stores.

public class SslCertificateStoreCollection : Collection<SslCertificateStore>, IList<SslCertificateStore>, ICollection<SslCertificateStore>, IList, ICollection, IReadOnlyList<SslCertificateStore>, IReadOnlyCollection<SslCertificateStore>, IEnumerable<SslCertificateStore>, IEnumerable
Inheritance
SslCertificateStoreCollection
Implements
Inherited Members

Constructors

SslCertificateStoreCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SslCertificateStoreCollection class.

public SslCertificateStoreCollection()

Methods

FindByName(SslCertificateStoreName)

Returns the certificate store with the specified store name, or null if no certificate store with that store name is found.

public SslCertificateStore FindByName(SslCertificateStoreName storeName)

Parameters

storeName SslCertificateStoreName

The store name of the certificate store to locate.

Returns

SslCertificateStore

The certificate store with the specified store name.

Sort()

Sorts the values in order of the store name.

public void Sort()