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 = 2
The protection mode is encryption and validation.
Encryption = 3
The protection mode is encryption.
None = 1
The protection mode is none.
Unknown = 0
The protection mode is unknown.
Validation = 4
The protection mode is validation.