Class IisAuthenticationSettingsBase
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an IIS authentication settings base class.
public abstract class IisAuthenticationSettingsBase : BypassSection
- Inheritance
-
IisAuthenticationSettingsBase
- Derived
- Inherited Members
Constructors
IisAuthenticationSettingsBase()
protected IisAuthenticationSettingsBase()
Properties
Enabled
Gets or sets whether the authentication method is enabled.
public BooleanOption Enabled { get; set; }
Property Value
Methods
ToString()
Returns the authentication settings as a human readable string.
public override string ToString()
Returns
- string
The authentication as a human readable string.