Enum IisSslFlags
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the IIS SSL flags.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisSslFlags
Fields
None = 0
SSL is disabled.
Ssl = 1
SSL is required.
Ssl128 = 16
Require 128-bit SSL.
SslMapCert = 8
Enable certificate mapping authentication.
SslNegotiateCert = 2
Accept client certificates for authentication.
SslRequireCert = 4
Require clients certificates for authentication.
Unknown = -1
The flags are unknown.