Share via


HttpLinkedService.EmbeddedCertData Property

Definition

Base64 encoded certificate data for ClientCertificate authentication. For on-premises copy with ClientCertificate authentication, either CertThumbprint or EmbeddedCertData/Password should be specified. Type: string (or Expression with resultType string).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> EmbeddedCertData { get; set; }
member this.EmbeddedCertData : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property EmbeddedCertData As DataFactoryElement(Of String)

Property Value

Applies to