次の方法で共有


HttpLinkedService.CertThumbprint プロパティ

定義

ClientCertificate 認証の証明書の拇印を取得または設定します。 オンプレミスのコピーに対してのみ有効です。 ClientCertificate 認証を使用したオンプレミス のコピーの場合は、CertThumbprint または EmbeddedCertData/Password を指定する必要があります。 型: string (または resultType 文字列を含む式)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象