次の方法で共有


SiteConfig.ScmMinTlsVersion プロパティ

定義

scmMinTlsVersion を取得または設定します。SCM サイトの SSL 要求に必要な TLS の最小バージョンを構成します。 使用できる値は、'1.0'、'1.1'、'1.2' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象