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
CertificateName
Gets or sets the name of the certificate.
public string CertificateName { get; set; }
Property Value
CertificateThumbprint
Gets or sets the thumbprint of the certificate.
public string CertificateThumbprint { get; set; }
Property Value
CredentialsTypeString
Gets the credentials type as a human readable string.
public string CredentialsTypeString { get; set; }
Property Value
EnableFailedRequestTracing
Gets or sets whether to enable failed request tracing.
public BooleanOption EnableFailedRequestTracing { get; set; }
Property Value
EnableLogging
Gets or sets whether logging is enabled.
public BooleanOption EnableLogging { get; set; }
Property Value
EnableRemoteManagement
Gets or sets whether remote connections are enabled.
public BooleanOption EnableRemoteManagement { get; set; }
Property Value
IPAddress
Gets or sets the IP address assigned to the management service.
public string IPAddress { get; set; }
Property Value
IPAddressString
Gets the IP address assigned to the management service.
public string IPAddressString { get; set; }
Property Value
LoggingDirectory
Gets or sets the logging directory.
public string LoggingDirectory { get; set; }
Property Value
Port
Gets or sets the TCP port of the service.
public int Port { get; set; }
Property Value
RequiresWindowsCredentials
Gets or sets whether Windows credentials are required.
public BooleanOption RequiresWindowsCredentials { get; set; }
Property Value
Users
Gets or sets the IIS manager users.
public IisManagementServiceUsers Users { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisManagementServiceSettings class from the specified Xml.
public static IisManagementServiceSettings FromXml(string xml)
Parameters
xml
stringThe 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.