Compartir a través de


SiteConfigResource.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="properties.minTlsVersion")]
public string MinTlsVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.minTlsVersion")>]
member this.MinTlsVersion : string with get, set
Public Property MinTlsVersion As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a