次の方法で共有


FtpServerLinkedService.EnableServerCertificateValidation プロパティ

定義

TRUE の場合は、SSL/TLS チャネル経由で接続するときに FTP サーバー SSL 証明書を検証します。値の設定も可能です。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象