Table of Contents

Enum IisWindowsAuthenticationExtendedProtectionMode

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

The IIS Windows authentication extended protection mode.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisWindowsAuthenticationExtendedProtectionMode

Fields

Allow = 2

The extended protection mode is allow (accept).

None = 1

The extended protection mode is none (off).

Require = 3

The extended protection mode is require (required).

Unknown = 0

The extended protection mode is unknown.