Table of Contents

Enum AzureWebAppMinimumTlsVersion

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the minimum TLS version to be permitted on requests to an Azure Web App.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureWebAppMinimumTlsVersion

Fields

Tls = 1

The minimum TLS version is Transport Layer Security (TLS) 1.0.

Tls11 = 2

The minimum TLS version is Transport Layer Security (TLS) 1.1.

Tls12 = 3

The minimum TLS version is Transport Layer Security (TLS) 1.2.

Tls13 = 4

The minimum TLS version is Transport Layer Security (TLS) 1.3.

Unknown = 0

The minimum TLS version is unknown.