Table of Contents

Class IisAnonymousAuthenticationSettings

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

Represents the IIS anonymous authentication settings.

public class IisAnonymousAuthenticationSettings : IisAuthenticationSettingsBase
Inheritance
IisAnonymousAuthenticationSettings
Inherited Members

Constructors

IisAnonymousAuthenticationSettings()

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

public IisAnonymousAuthenticationSettings()

Properties

IdentityString

Gets the identity to use.

public string IdentityString { get; set; }

Property Value

string

Password

Gets or sets the anonymous authentication password.

public IisPassword Password { get; set; }

Property Value

IisPassword

Username

Gets or sets the username to use.

public string Username { get; set; }

Property Value

string

Methods

FromXml(string)

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

public static IisAnonymousAuthenticationSettings FromXml(string xml)

Parameters

xml string

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

Returns

IisAnonymousAuthenticationSettings

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