Table of Contents

Class IisServerCertificates

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

Represents the server certificates information for a Microsoft IIS server.

public class IisServerCertificates : BypassSection
Inheritance
IisServerCertificates
Inherited Members

Constructors

IisServerCertificates()

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

public IisServerCertificates()

Properties

All

Gets all certificates in any store.

public SslCertificateCollection All { get; }

Property Value

SslCertificateCollection

My

Gets or sets the server SSL certificates in the My store.

public SslCertificateCollection My { get; set; }

Property Value

SslCertificateCollection

WebHosting

Gets or sets the server SSL certificates in the WebHosting store.

public SslCertificateCollection WebHosting { get; set; }

Property Value

SslCertificateCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IisServerCertificates class from the specified XML.

public static IisServerCertificates FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

IisServerCertificates

A CENTREL.XIA.Configuration.Types.IisServerCertificates class.

ToString()

Returns the server certificates information as a human readable string.

public override string ToString()

Returns

string

The server certificates as a human readable string.