Compartir a través de


ServerPropertiesForCreate.MinimalTlsVersion Propiedad

Definición

Obtiene o establece la aplicación de una versión mínima de Tls para el servidor. Entre los valores posibles se incluyen: "TLS1_0", "TLS1_1", "TLS1_2", "TLSEnforcementDisabled".

[Newtonsoft.Json.JsonProperty(PropertyName="minimalTlsVersion")]
public string MinimalTlsVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minimalTlsVersion")>]
member this.MinimalTlsVersion : string with get, set
Public Property MinimalTlsVersion As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a