Table of Contents

Class IisCentralizedCertificatesSettings

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

Represents the IIS centralized certificates settings.

public class IisCentralizedCertificatesSettings : BypassSection
Inheritance
IisCentralizedCertificatesSettings
Inherited Members

Constructors

IisCentralizedCertificatesSettings()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisCentralizedCertificatesSettings class.

public IisCentralizedCertificatesSettings()

Properties

Enabled

Gets or sets whether centralized certificates are enabled.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

PhysicalPath

Gets or sets the physical path.

public string PhysicalPath { get; set; }

Property Value

string

Username

Gets or sets the username to use for the connection.

public string Username { get; set; }

Property Value

string

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IisCentralizedCertificatesSettings class from the specified Xml.

public static IisCentralizedCertificatesSettings FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.IisCentralizedCertificatesSettings object

Returns

IisCentralizedCertificatesSettings

A CENTREL.XIA.Configuration.Types.IisCentralizedCertificatesSettings class from the specified Xml.

ToString()

Returns the centralized certificates settings as a human readable string.

public override string ToString()

Returns

string

The centralized certificates settings as a human readable string.