Table of Contents

Class IisDigestAuthenticationSettings

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

Represents the IIS digest authentication settings.

public class IisDigestAuthenticationSettings : IisAuthenticationSettingsBase
Inheritance
IisDigestAuthenticationSettings
Inherited Members

Constructors

IisDigestAuthenticationSettings()

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

public IisDigestAuthenticationSettings()

Properties

Realm

Gets or sets the realm.

public string Realm { get; set; }

Property Value

string

Methods

FromXml(string)

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

public static IisDigestAuthenticationSettings FromXml(string xml)

Parameters

xml string

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

Returns

IisDigestAuthenticationSettings

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