Table of Contents

Class IisTrustSettings

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

Represents the IIS trust settings.

public class IisTrustSettings : BypassSection
Inheritance
IisTrustSettings
Inherited Members

Constructors

IisTrustSettings()

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

public IisTrustSettings()

Properties

TrustLevel

Gets or sets the configured trust level.

public IisTrustLevel TrustLevel { get; set; }

Property Value

IisTrustLevel

Methods

FromXml(string)

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

public static IisTrustSettings FromXml(string xml)

Parameters

xml string

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

Returns

IisTrustSettings

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

ToString()

Returns the trust settings as a human readable string.

public override string ToString()

Returns

string

The trust settings as a human readable string.