Table of Contents

Enum IisFormsAuthenticationCookieMode

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

Represents the cookie mode for IIS forms authentication.

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

Fields

AutoDetect = 3

The cookie mode is to auto-detect.

Unknown = 0

The cookie mode is unknown.

UseCookies = 2

The cookie mode is to use cookies.

UseDeviceProfile = 4

The cookie mode is to use device profile.

UseUri = 1

The cookie mode is do not use cookies.