Share via


IotHubProperties.MinTlsVersion Property

Definition

Gets or sets specifies the minimum TLS version to support for this hub. Can be set to "1.2" to have clients that use a TLS version below 1.2 to be rejected.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to