Table of Contents

Class IisPassword

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

Represents a password configured for an IIS server.

public class IisPassword : BypassSection
Inheritance
IisPassword
Inherited Members

Constructors

IisPassword()

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

public IisPassword()

Properties

PlainTextPassword

Gets or sets the plain text password.

public string PlainTextPassword { get; set; }

Property Value

string

Methods

FromXml(string)

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

public static IisPassword FromXml(string xml)

Parameters

xml string

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

Returns

IisPassword

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

ToString()

Returns the password as a human readable string.

public override string ToString()

Returns

string

The password as a human readable string.