Enum IisSiteBindingSslFlags
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the SSL flags for an IIS site binding.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisSiteBindingSslFlags
Fields
DisableHttp2 = 4Disable HTTP/2.
DisableLegacyTls = 64Disable Legacy TLS.
DisableOcspStp = 8Disable OCSP Stapling.
DisableQuic = 16Disable QUIC.
DisableTls13 = 32Disable TLS 1.3 over TCP.
None = 0SSL is not required.
Sni = 1Server name indication (SNI) is required.
Unknown = -1The SSL flags are unknown.
UseCentralizedCertificateStore = 2The centralized certificate store should be used.