Table of Contents

Class IisFormsAuthenticationSettings

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

Represents the IIS forms authentication settings.

public class IisFormsAuthenticationSettings : IisAuthenticationSettingsBase
Inheritance
IisFormsAuthenticationSettings
Inherited Members

Constructors

IisFormsAuthenticationSettings()

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

public IisFormsAuthenticationSettings()

Properties

CookieMode

Gets or sets the cookie mode.

public IisFormsAuthenticationCookieMode CookieMode { get; set; }

Property Value

IisFormsAuthenticationCookieMode

CookieName

Gets or sets the cookie name.

public string CookieName { get; set; }

Property Value

string

ExtendCookieExpiration

Gets or sets whether to extend cookie expiration.

public BooleanOption ExtendCookieExpiration { get; set; }

Property Value

BooleanOption

LoginUrl

Gets or sets the login URL.

public string LoginUrl { get; set; }

Property Value

string

ProtectionMode

Gets or sets the protection mode.

public IisFormsAuthenticationProtectionMode ProtectionMode { get; set; }

Property Value

IisFormsAuthenticationProtectionMode

RequireSsl

Gets or sets whether SSL is required.

public BooleanOption RequireSsl { get; set; }

Property Value

BooleanOption

Timeout

Gets or sets the timeout in minutes.

public int Timeout { get; set; }

Property Value

int

Methods

FromXml(string)

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

public static IisFormsAuthenticationSettings FromXml(string xml)

Parameters

xml string

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

Returns

IisFormsAuthenticationSettings

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