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
CookieName
Gets or sets the cookie name.
public string CookieName { get; set; }
Property Value
ExtendCookieExpiration
Gets or sets whether to extend cookie expiration.
public BooleanOption ExtendCookieExpiration { get; set; }
Property Value
LoginUrl
Gets or sets the login URL.
public string LoginUrl { get; set; }
Property Value
ProtectionMode
Gets or sets the protection mode.
public IisFormsAuthenticationProtectionMode ProtectionMode { get; set; }
Property Value
RequireSsl
Gets or sets whether SSL is required.
public BooleanOption RequireSsl { get; set; }
Property Value
Timeout
Gets or sets the timeout in minutes.
public int Timeout { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisFormsAuthenticationSettings class from the specified Xml.
public static IisFormsAuthenticationSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisFormsAuthenticationSettings object
Returns
- IisFormsAuthenticationSettings
A CENTREL.XIA.Configuration.Types.IisFormsAuthenticationSettings class from the specified Xml.