Table of Contents

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 = 4

Disable HTTP/2.

DisableLegacyTls = 64

Disable Legacy TLS.

DisableOcspStp = 8

Disable OCSP Stapling.

DisableQuic = 16

Disable QUIC.

DisableTls13 = 32

Disable TLS 1.3 over TCP.

None = 0

SSL is not required.

Sni = 1

Server name indication (SNI) is required.

Unknown = -1

The SSL flags are unknown.

UseCentralizedCertificateStore = 2

The centralized certificate store should be used.