次の方法で共有


GitRepositoryPatchDefinition.HttpsCACert プロパティ

定義

HTTPS 経由で Git プライベート Git リポジトリにアクセスするために使用される base64 でエンコードされた HTTPS 証明機関の内容を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象