次の方法で共有


PaypalLinkedService.UseHostVerification プロパティ

定義

SSL 経由で接続するときに、サーバーの証明書のホスト名をサーバーのホスト名と一致するように要求するかどうかを取得または設定します。 既定値は、true です。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.useHostVerification")]
public object UseHostVerification { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.useHostVerification")>]
member this.UseHostVerification : obj with get, set
Public Property UseHostVerification As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象