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 = 0SSL is disabled.
Ssl = 1SSL is required.
Ssl128 = 16Require 128-bit SSL.
SslMapCert = 8Enable certificate mapping authentication.
SslNegotiateCert = 2Accept client certificates for authentication.
SslRequireCert = 4Require clients certificates for authentication.
Unknown = -1The flags are unknown.