Compartir a través de


SiteConfig.MinTlsVersion Propiedad

Definición

Obtiene o establece minTlsVersion: configura la versión mínima de TLS necesaria para las solicitudes SSL. Entre los valores posibles se incluyen: "1.0", "1.1", "1.2".

[Newtonsoft.Json.JsonProperty(PropertyName="minTlsVersion")]
public Microsoft.Azure.Management.AppService.Fluent.Models.SupportedTlsVersions MinTlsVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minTlsVersion")>]
member this.MinTlsVersion : Microsoft.Azure.Management.AppService.Fluent.Models.SupportedTlsVersions with get, set
Public Property MinTlsVersion As SupportedTlsVersions

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a