ServerUpdate.MinimalTlsVersion Property

Definition

Gets or sets minimal TLS version. Allowed values: '1.0', '1.1', '1.2'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to