Class IisWindowsAuthenticationSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the IIS Windows authentication settings.
public class IisWindowsAuthenticationSettings : IisAuthenticationSettingsBase
- Inheritance
-
IisWindowsAuthenticationSettings
- Inherited Members
Constructors
IisWindowsAuthenticationSettings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisWindowsAuthenticationSettings class.
public IisWindowsAuthenticationSettings()
Properties
ExtendedProtectionMode
Gets or sets the extended protection mode.
public IisWindowsAuthenticationExtendedProtectionMode ExtendedProtectionMode { get; set; }
Property Value
Providers
Gets or sets the providers.
public SerializableStringCollection Providers { get; set; }
Property Value
- SerializableStringCollection
UseKernelMode
Gets or sets whether to use kernel-mode authentication.
public BooleanOption UseKernelMode { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisWindowsAuthenticationSettings class from the specified Xml.
public static IisWindowsAuthenticationSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisWindowsAuthenticationSettings object
Returns
- IisWindowsAuthenticationSettings
A CENTREL.XIA.Configuration.Types.IisWindowsAuthenticationSettings class from the specified Xml.