Enum IisFormsAuthenticationProtectionMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the protection mode for IIS forms authentication.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisFormsAuthenticationProtectionMode
Fields
All = 2The protection mode is encryption and validation.
Encryption = 3The protection mode is encryption.
None = 1The protection mode is none.
Unknown = 0The protection mode is unknown.
Validation = 4The protection mode is validation.