Table of Contents

Class IisBasicAuthenticationSettings

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

Represents the IIS basic authentication settings.

public class IisBasicAuthenticationSettings : IisAuthenticationSettingsBase
Inheritance
IisBasicAuthenticationSettings
Inherited Members

Constructors

IisBasicAuthenticationSettings()

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

public IisBasicAuthenticationSettings()

Properties

DefaultDomain

Gets or sets the default domain.

public string DefaultDomain { get; set; }

Property Value

string

Realm

Gets or sets the realm.

public string Realm { get; set; }

Property Value

string

Methods

FromXml(string)

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

public static IisBasicAuthenticationSettings FromXml(string xml)

Parameters

xml string

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

Returns

IisBasicAuthenticationSettings

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