Table of Contents

Class IisManagementServiceSettings

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

Represents the IIS management service settings.

public class IisManagementServiceSettings : BypassSection
Inheritance
IisManagementServiceSettings
Inherited Members

Constructors

IisManagementServiceSettings()

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

public IisManagementServiceSettings()

Properties

AllowUnspecifiedClients

Gets or sets whether to allow access to unspecified clients.

public BooleanOption AllowUnspecifiedClients { get; set; }

Property Value

BooleanOption

CertificateName

Gets or sets the name of the certificate.

public string CertificateName { get; set; }

Property Value

string

CertificateThumbprint

Gets or sets the thumbprint of the certificate.

public string CertificateThumbprint { get; set; }

Property Value

string

CredentialsTypeString

Gets the credentials type as a human readable string.

public string CredentialsTypeString { get; set; }

Property Value

string

EnableFailedRequestTracing

Gets or sets whether to enable failed request tracing.

public BooleanOption EnableFailedRequestTracing { get; set; }

Property Value

BooleanOption

EnableLogging

Gets or sets whether logging is enabled.

public BooleanOption EnableLogging { get; set; }

Property Value

BooleanOption

EnableRemoteManagement

Gets or sets whether remote connections are enabled.

public BooleanOption EnableRemoteManagement { get; set; }

Property Value

BooleanOption

IPAddress

Gets or sets the IP address assigned to the management service.

public string IPAddress { get; set; }

Property Value

string

IPAddressString

Gets the IP address assigned to the management service.

public string IPAddressString { get; set; }

Property Value

string

LoggingDirectory

Gets or sets the logging directory.

public string LoggingDirectory { get; set; }

Property Value

string

Port

Gets or sets the TCP port of the service.

public int Port { get; set; }

Property Value

int

RequiresWindowsCredentials

Gets or sets whether Windows credentials are required.

public BooleanOption RequiresWindowsCredentials { get; set; }

Property Value

BooleanOption

Users

Gets or sets the IIS manager users.

public IisManagementServiceUsers Users { get; set; }

Property Value

IisManagementServiceUsers

Methods

FromXml(string)

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

public static IisManagementServiceSettings FromXml(string xml)

Parameters

xml string

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

Returns

IisManagementServiceSettings

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

ToString()

Returns the management service settings as a human readable string.

public override string ToString()

Returns

string

The management service settings as a human readable string.